]> git.saurik.com Git - apt.git/blobdiff - apt-inst/deb/debfile.h
Fix incorrect comparison between signed/unsigned
[apt.git] / apt-inst / deb / debfile.h
index 38211fb0f9ee5c0bb8450cca1a02d8732c1d667e..880bcf6c59bb4b4a564d83cc95d6017ef6fcb883 100644 (file)
 #include <apt-pkg/arfile.h>
 #include <apt-pkg/dirstream.h>
 #include <apt-pkg/tagfile.h>
-#include <apt-pkg/pkgcache.h>
+
+#include <string>
 
 #ifndef APT_8_CLEANER_HEADERS
 #include <apt-pkg/md5.h>
 #endif
+#ifndef APT_10_CLEANER_HEADERS
+#include <apt-pkg/pkgcache.h>
+#endif
 
 class FileFd;
 
@@ -48,6 +52,7 @@ class debDebFile
    class ControlExtract;
    class MemControlExtract;
 
+   bool ExtractTarMember(pkgDirStream &Stream, const char *Name);
    bool ExtractArchive(pkgDirStream &Stream);
    const ARArchive::Member *GotoMember(const char *Name);
    inline FileFd &GetFile() {return File;};