diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:12 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:12 +0000 |
commit | 8b89e57fa2ae7d34b055b8f804cee0c2c194043b (patch) | |
tree | e064dc401cfa03ed15eaafbc746ecd9bb379a211 /apt-pkg/acquire-worker.h | |
parent | 92173b19af439ac49d842902a3a57105d396d7d8 (diff) |
Stable acquire code
Author: jgg
Date: 1998-10-26 07:11:43 GMT
Stable acquire code
Diffstat (limited to 'apt-pkg/acquire-worker.h')
-rw-r--r-- | apt-pkg/acquire-worker.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apt-pkg/acquire-worker.h b/apt-pkg/acquire-worker.h index eb04485b9..b0acde3e3 100644 --- a/apt-pkg/acquire-worker.h +++ b/apt-pkg/acquire-worker.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: acquire-worker.h,v 1.4 1998/10/24 04:57:59 jgg Exp $ +// $Id: acquire-worker.h,v 1.5 1998/10/26 07:11:46 jgg Exp $ /* ###################################################################### Acquire Worker - Worker process manager @@ -13,6 +13,7 @@ #define PKGLIB_ACQUIRE_WORKER_H #include <apt-pkg/acquire.h> +#include <apt-pkg/configuration.h> #ifdef __GNUG__ #pragma interface "apt-pkg/acquire-worker.h" @@ -80,4 +81,6 @@ class pkgAcquire::Worker ~Worker(); }; +bool pkgInjectConfiguration(string &Message,Configuration &Cnf); + #endif |