summaryrefslogtreecommitdiff
path: root/cmdline/acqprogress.h
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:54:01 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:54:01 +0000
commit024d1123bf43ec616da66c2481a8ee877e00b8cb (patch)
treec5d8d4061ea4fefd99dcd3674ef7046f35803542 /cmdline/acqprogress.h
parentb826eb9e018b9abccea67bfa08c075a342ebe59b (diff)
Havocs cancel patch
Author: jgg Date: 1999-06-13 05:06:40 GMT Havocs cancel patch
Diffstat (limited to 'cmdline/acqprogress.h')
-rw-r--r--cmdline/acqprogress.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdline/acqprogress.h b/cmdline/acqprogress.h
index 8cee3cd29..8b8da04a1 100644
--- a/cmdline/acqprogress.h
+++ b/cmdline/acqprogress.h
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: acqprogress.h,v 1.3 1998/12/04 21:16:53 jgg Exp $
+// $Id: acqprogress.h,v 1.4 1999/06/13 05:06:40 jgg Exp $
/* ######################################################################
Acquire Progress - Command line progress meter
@@ -29,7 +29,7 @@ class AcqTextStatus : public pkgAcquireStatus
virtual void Start();
virtual void Stop();
- void Pulse(pkgAcquire *Owner);
+ bool Pulse(pkgAcquire *Owner);
AcqTextStatus(unsigned int &ScreenWidth,unsigned int Quiet);
};