diff options
author | Michael Vogt <egon@bottom> | 2006-10-02 01:01:05 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-10-02 01:01:05 +0200 |
commit | e6549dfd43ccf76b6adbe0149b1aa42ea61cb962 (patch) | |
tree | 1fb04b103024c34a005cd4b0715cfebbbfb12104 /apt-pkg/tagfile.h | |
parent | 81884e2d8038d13a72555ed0febcfcdbadbda429 (diff) | |
parent | 75c541fdeda664bdf0e48e68a2aa5dae7015587c (diff) |
* merged from apt--mvo
Diffstat (limited to 'apt-pkg/tagfile.h')
-rw-r--r-- | apt-pkg/tagfile.h | 7 |
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(); }; |