]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/tagfile.h
* merged from the apt--install-recommends branch
[apt.git] / apt-pkg / tagfile.h
index 5cff2681cd1721f682507c44a9acc63da080bee5..dd481ba510ea9fe1838ffe278ac1cc962493f293 100644 (file)
@@ -74,16 +74,19 @@ class pkgTagFile
    char *Buffer;
    char *Start;
    char *End;
+   bool Done;
    unsigned long iOffset;
    unsigned long Size;
    
+   bool Fill();
+   
    public:
 
    bool Step(pkgTagSection &Section);
    inline unsigned long Offset() {return iOffset;};
    bool Jump(pkgTagSection &Tag,unsigned long Offset);
 
-   pkgTagFile(FileFd *F,unsigned long Size = 32*1024);
+   pkgTagFile(FileFd *F,unsigned long Size = 64*1024);
    ~pkgTagFile();
 };