class MMap;
class pkgPolicy;
class pkgSourceList;
+class pkgIndexFile;
class OpProgress;
class pkgCacheFile
static void RemoveCaches();
void Close();
+ bool AddIndexFile(pkgIndexFile * const File);
+
inline pkgCache* GetPkgCache() { BuildCaches(NULL, false); return Cache; };
inline pkgDepCache* GetDepCache() { BuildDepCache(); return DCache; };
inline pkgPolicy* GetPolicy() { BuildPolicy(); return Policy; };