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