diff options
author | bubulle@debian.org <> | 2006-10-06 20:05:32 +0200 |
---|---|---|
committer | bubulle@debian.org <> | 2006-10-06 20:05:32 +0200 |
commit | 0f1916f7f1e88f07440c4bca3cc9df5cae7a55f7 (patch) | |
tree | 78cd136212d0a9a590818a4f6d13276b68ab0596 /apt-pkg/tagfile.h | |
parent | c5f2dd5b33d2ce0d5d0547535f435a179c249995 (diff) | |
parent | 75c541fdeda664bdf0e48e68a2aa5dae7015587c (diff) |
Danish translation update
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(); }; |