]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/tagfile.h
fix some more ABI issues, abicheck is happy now
[apt.git] / apt-pkg / tagfile.h
index fedd72701528856cc930e5a8035fd22ae1895cf7..518d3dbcd60bf8d8caa512371aac4c1ca56f12b4 100644 (file)
@@ -84,7 +84,7 @@ class pkgTagSection
       Stop = this->Stop;
    };
    
-   pkgTagSection() : Section(0), TagCount(0), d(NULL), Stop(0) {};
+   pkgTagSection();
    virtual ~pkgTagSection() {};
 };
 
@@ -95,6 +95,7 @@ class pkgTagFile
 
    bool Fill();
    bool Resize();
+   bool Resize(unsigned long long const newSize);
 
    public: