From be4401bfa4a240bbc894e1bfeb1e1e8d63fc7b18 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:51:16 +0000 Subject: New http method Author: jgg Date: 1998-11-01 05:27:29 GMT New http method --- apt-pkg/acquire.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apt-pkg/acquire.h') diff --git a/apt-pkg/acquire.h b/apt-pkg/acquire.h index 20ce2873f..25fe4b761 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.6 1998/10/30 07:53:38 jgg Exp $ +// $Id: acquire.h,v 1.7 1998/11/01 05:27:35 jgg Exp $ /* ###################################################################### Acquire - File Acquiration @@ -133,6 +133,7 @@ class pkgAcquire::Queue bool Startup(); bool Shutdown(); bool Cycle(); + void Bump(); Queue(string Name,pkgAcquire *Owner); ~Queue(); -- cgit v1.2.3