]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/tagfile.h
Merge remote-tracking branch 'mvo/feature/upgrade-with-cmdline' into debian/sid
[apt.git] / apt-pkg / tagfile.h
index 4718f5101171bf68f5e63e11830e0fb8e77b1f44..518d3dbcd60bf8d8caa512371aac4c1ca56f12b4 100644 (file)
@@ -84,7 +84,7 @@ class pkgTagSection
       Stop = this->Stop;
    };
    
-   pkgTagSection() : Section(0), TagCount(0), Stop(0) {};
+   pkgTagSection();
    virtual ~pkgTagSection() {};
 };
 
@@ -95,6 +95,7 @@ class pkgTagFile
 
    bool Fill();
    bool Resize();
+   bool Resize(unsigned long long const newSize);
 
    public: