#ifndef APT_9_CLEANER_HEADERS
#include <apt-pkg/upgrade.h>
+#include <apt-pkg/update.h>
#endif
-class pkgAcquireStatus;
-
class pkgSimulate : public pkgPackageManager /*{{{*/
{
void pkgPrioSortList(pkgCache &Cache,pkgCache::Version **List);
-bool ListUpdate(pkgAcquireStatus &progress, pkgSourceList &List, int PulseInterval=0);
-bool AcquireUpdate(pkgAcquire &Fetcher, int const PulseInterval = 0,
- bool const RunUpdateScripts = true, bool const ListCleanup = true);
#endif