diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:57 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:57 +0000 |
commit | 8ce4327bc0d3f2695b936391c856cc80de6c0d83 (patch) | |
tree | 1ba165575c80bb48909f56b2c1e875524c65ebab /apt-pkg/tagfile.h | |
parent | 1a7c9eba99a9521a7722be37d6bafe5fa4936630 (diff) |
More progress updates
Author: jgg
Date: 1998-08-26 04:52:23 GMT
More progress updates
Diffstat (limited to 'apt-pkg/tagfile.h')
-rw-r--r-- | apt-pkg/tagfile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/tagfile.h b/apt-pkg/tagfile.h index af6924754..c97f86d88 100644 --- a/apt-pkg/tagfile.h +++ b/apt-pkg/tagfile.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: tagfile.h,v 1.8 1998/07/19 21:24:17 jgg Exp $ +// $Id: tagfile.h,v 1.9 1998/08/26 04:52:24 jgg Exp $ /* ###################################################################### Fast scanner for RFC-822 type header information @@ -65,7 +65,7 @@ class pkgTagFile bool Step(pkgTagSection &Section); inline unsigned long Offset() {return iOffset;}; bool Jump(pkgTagSection &Tag,unsigned long Offset); - + pkgTagFile(FileFd &F,unsigned long Size = 32*1024); }; |