]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-cachefile.h
Avoid yielding blank lines with APT::Cmd::use-format=true
[apt.git] / apt-private / private-cachefile.h
index f24d93020301dea6c565e8a2c68bb420457b6c19..dce7e0a3a80bd18b9c90c26f1d2c5459aea79fe2 100644 (file)
@@ -3,16 +3,19 @@
 
 #include <apt-pkg/cachefile.h>
 #include <apt-pkg/progress.h>
+#include <apt-pkg/configuration.h>
+#include <apt-pkg/pkgcache.h>
+#include <apt-pkg/macros.h>
 
 
 // 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_HIDDEN static int NameComp(const void *a,const void *b) APT_PURE;
+
    public:
    pkgCache::Package **List;