]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/sourcelist.h
Add cron.daily
[apt.git] / apt-pkg / sourcelist.h
index 8e0cb7aa30b1ecb87e1cfa01c07757916b5af2e4..307b121335cbfdd80f38948082d669feb0dddc44 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: sourcelist.h,v 1.11 2001/05/07 04:24:08 jgg Exp $
+// $Id: sourcelist.h,v 1.12 2002/07/01 21:41:11 jgg Exp $
 /* ######################################################################
 
    SourceList - Manage a list of sources
@@ -106,7 +106,8 @@ class pkgSourceList
    bool GetIndexes(pkgAcquire *Owner) const;
    
    pkgSourceList();
-   pkgSourceList(string File);   
+   pkgSourceList(string File);
+   ~pkgSourceList();      
 };
 
 #endif