From 9c14e3d619e713aefa623986b5bbae81a1d6cc94 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:50:43 +0000 Subject: Config class and source list Author: jgg Date: 1998-07-09 05:12:27 GMT Config class and source list --- apt-pkg/sourcelist.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'apt-pkg/sourcelist.h') diff --git a/apt-pkg/sourcelist.h b/apt-pkg/sourcelist.h index 986d5e9e8..43739fbcd 100644 --- a/apt-pkg/sourcelist.h +++ b/apt-pkg/sourcelist.h @@ -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 -- cgit v1.2.3