]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/tagfile.h
Devel acquire module
[apt.git] / apt-pkg / tagfile.h
index af6924754782bc0a492175c59413cdcfe46d4c47..c97f86d8850568115a3958465b16c28c14b0863a 100644 (file)
@@ -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);
 };