summaryrefslogtreecommitdiff
path: root/apt-pkg/tagfile.h
diff options
context:
space:
mode:
authorMichael Vogt <egon@bottom>2006-10-02 20:42:47 +0200
committerMichael Vogt <egon@bottom>2006-10-02 20:42:47 +0200
commit591c8c170e82e9d44d7ac405a478ba52250f8bbc (patch)
treeb809ffb3bbc576c58298629444cff913c6c2733c /apt-pkg/tagfile.h
parentdd2fdae926c586c6e19ec7d66cc0cb18932d7036 (diff)
parent75c541fdeda664bdf0e48e68a2aa5dae7015587c (diff)
* merged from apt--mvo
Diffstat (limited to 'apt-pkg/tagfile.h')
-rw-r--r--apt-pkg/tagfile.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/apt-pkg/tagfile.h b/apt-pkg/tagfile.h
index f7f8155a5..70381ad13 100644
--- a/apt-pkg/tagfile.h
+++ b/apt-pkg/tagfile.h
@@ -75,16 +75,17 @@ class pkgTagFile
bool Done;
unsigned long iOffset;
unsigned long Size;
-
+
bool Fill();
-
+ bool Resize();
+
public:
bool Step(pkgTagSection &Section);
inline unsigned long Offset() {return iOffset;};
bool Jump(pkgTagSection &Tag,unsigned long Offset);
- pkgTagFile(FileFd *F,unsigned long Size = 64*1024);
+ pkgTagFile(FileFd *F,unsigned long Size = 32*1024);
~pkgTagFile();
};