]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-cachefile.h
msgstr with elipses need three dots
[apt.git] / apt-private / private-cachefile.h
index f24d93020301dea6c565e8a2c68bb420457b6c19..67c5e8cdc643399cb83956ecae08312f2f7c7dc4 100644 (file)
@@ -3,6 +3,8 @@
 
 #include <apt-pkg/cachefile.h>
 #include <apt-pkg/progress.h>
+#include <apt-pkg/configuration.h>
+#include <apt-pkg/pkgcache.h>
 
 
 // class CacheFile - Cover class for some dependency cache functions   /*{{{*/
@@ -11,7 +13,7 @@
 class CacheFile : public pkgCacheFile
 {
    static pkgCache *SortCache;
-   static int NameComp(const void *a,const void *b);
+   static int NameComp(const void *a,const void *b) APT_PURE;
    
    public:
    pkgCache::Package **List;