00001 #ifndef DEBTAGS_UPDATE_H 00002 #define DEBTAGS_UPDATE_H 00003 00004 #include <tagcoll/Exception.h> 00005 #include <tagcoll/ParserBase.h> 00006 00007 class pkgAcquireStatus; 00008 00009 namespace Debtags 00010 { 00011 void updateDebtagsDatabase() throw (Tagcoll::Exception); 00012 void updateDebtagsDatabase(pkgAcquireStatus* status) throw (Tagcoll::Exception); 00013 }; 00014 00015 // vim:set ts=4 sw=4: 00016 #endif