]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/tagfile.h
Same bashism, different line.
[apt.git] / apt-pkg / tagfile.h
index 82c856f8d01bf012b50c983dbfa9398feb1b0e2f..84998629d9e99685f17b0a26c56499e7ec364263 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: tagfile.h,v 1.13 1998/12/14 02:23:47 jgg Exp $
+// $Id: tagfile.h,v 1.14 1999/07/03 06:45:40 jgg Exp $
 /* ######################################################################
 
    Fast scanner for RFC-822 type header information
@@ -81,8 +81,9 @@ 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);
+   ~pkgTagFile();
 };
 
 #endif