diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-07-03 18:33:31 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-07-03 18:33:31 +0200 |
commit | b7952f4b67d7021dc912aed5f38bc45f03bfc064 (patch) | |
tree | 5d18c4268786a05df634be6dbf3a68a2d0f282b6 /apt-pkg/tagfile.h | |
parent | c833c7a16381c383588265bbb35ed24ad383b53f (diff) | |
parent | c64d1644ae0fd1af92c80a91a6c17b57f0b8f313 (diff) |
* merged with apts mainline
Diffstat (limited to 'apt-pkg/tagfile.h')
-rw-r--r-- | apt-pkg/tagfile.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/apt-pkg/tagfile.h b/apt-pkg/tagfile.h index 8c948754d..5cff2681c 100644 --- a/apt-pkg/tagfile.h +++ b/apt-pkg/tagfile.h @@ -25,6 +25,7 @@ #endif #include <apt-pkg/fileutl.h> +#include <apt-pkg/mmap.h> #include <stdio.h> class pkgTagSection @@ -69,15 +70,13 @@ class pkgTagSection class pkgTagFile { FileFd &Fd; + MMap *Map; char *Buffer; char *Start; char *End; - bool Done; unsigned long iOffset; unsigned long Size; - bool Fill(); - public: bool Step(pkgTagSection &Section); |