]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/sourcelist.h
Config class and source list
[apt.git] / apt-pkg / sourcelist.h
index 986d5e9e8839f32a93fcbcfba67393ad91926f67..43739fbcd1634679fa6834a40b3a3fd53beecaee 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: sourcelist.h,v 1.1 1998/07/07 04:17:06 jgg Exp $
+// $Id: sourcelist.h,v 1.2 1998/07/09 05:12:31 jgg Exp $
 /* ######################################################################
 
    SourceList - Manage a list of sources
@@ -69,10 +69,6 @@ class pkgSourceList
    pkgSourceList(string File);   
 };
 
-bool pkgUpdateMeta(pkgSourceList &List,pkgAquire &Engine);
-bool pkgMakeSrcCache(pkgSourceList &List);
-bool pkgMakeStatusCache();
-
 ostream &operator <<(ostream &O,pkgSourceList::Item &Itm);
 
 #endif