From 7a7fa5f07e59bd17415cb0321d1f98527c2cfea4 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:51:25 +0000 Subject: apt-get update works now Author: jgg Date: 1998-11-12 04:10:52 GMT apt-get update works now --- apt-pkg/acquire.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'apt-pkg/acquire.h') diff --git a/apt-pkg/acquire.h b/apt-pkg/acquire.h index 5d6e5502c..c85a7aef7 100644 --- a/apt-pkg/acquire.h +++ b/apt-pkg/acquire.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: acquire.h,v 1.10 1998/11/11 06:54:17 jgg Exp $ +// $Id: acquire.h,v 1.11 1998/11/12 04:10:55 jgg Exp $ /* ###################################################################### Acquire - File Acquiration @@ -98,6 +98,9 @@ class pkgAcquire Worker *WorkerStep(Worker *I); inline Item **ItemsBegin() {return Items.begin();}; inline Item **ItemsEnd() {return Items.end();}; + + // Cleans out the download dir + bool Clean(string Dir); pkgAcquire(pkgAcquireStatus *Log = 0); ~pkgAcquire(); -- cgit v1.2.3