summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire.h
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:53:18 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:53:18 +0000
commit6b1ff003a4acd2914dd395b651c485fb352e3d1a (patch)
treeac0b53eca20edab2d4f5dff7aa22411a2f8f0963 /apt-pkg/acquire.h
parenta9a5908db9fa6ee108fb23f516b422aa9ca47120 (diff)
Checked the size of partial files #33705
Author: jgg Date: 1999-03-27 03:02:38 GMT Checked the size of partial files #33705
Diffstat (limited to 'apt-pkg/acquire.h')
-rw-r--r--apt-pkg/acquire.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-pkg/acquire.h b/apt-pkg/acquire.h
index 5693615dd..156fc7aae 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.19 1999/01/30 06:07:24 jgg Exp $
+// $Id: acquire.h,v 1.20 1999/03/27 03:02:39 jgg Exp $
/* ######################################################################
Acquire - File Acquiration
@@ -110,6 +110,7 @@ class pkgAcquire
// Returns the size of the total download set
unsigned long TotalNeeded();
unsigned long FetchNeeded();
+ unsigned long PartialPresent();
pkgAcquire(pkgAcquireStatus *Log = 0);
~pkgAcquire();