X-Git-Url: http://git.hcoop.net/ntk/apt.git/blobdiff_plain/a02db58fd50ef7fc2f0284852c6b3f98e458a232..HEAD:/apt-private/private-cachefile.h diff --git a/apt-private/private-cachefile.h b/apt-private/private-cachefile.h index 67c5e8cd..dce7e0a3 100644 --- a/apt-private/private-cachefile.h +++ b/apt-private/private-cachefile.h @@ -5,16 +5,17 @@ #include #include #include +#include // class CacheFile - Cover class for some dependency cache functions /*{{{*/ // --------------------------------------------------------------------- /* */ -class CacheFile : public pkgCacheFile +class APT_PUBLIC CacheFile : public pkgCacheFile { static pkgCache *SortCache; - static int NameComp(const void *a,const void *b) APT_PURE; - + APT_HIDDEN static int NameComp(const void *a,const void *b) APT_PURE; + public: pkgCache::Package **List;