diff options
author | bubulle@debian.org <> | 2007-04-21 22:21:43 +0200 |
---|---|---|
committer | bubulle@debian.org <> | 2007-04-21 22:21:43 +0200 |
commit | f6c03f1e14b0e37e8dd06c215b1ae6d5b0799c7b (patch) | |
tree | 559c186838d425e53a5b4c3fcbd2165bb4c6883f /apt-pkg/acquire.h | |
parent | 72c52e774bb0564302617b8aec2f6e24215fd31d (diff) | |
parent | bc50fc3013aa4454d10376888e4ccc24d35de334 (diff) |
Merge with Michael
Diffstat (limited to 'apt-pkg/acquire.h')
-rw-r--r-- | apt-pkg/acquire.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/acquire.h b/apt-pkg/acquire.h index 27bb3d363..1d5daf12e 100644 --- a/apt-pkg/acquire.h +++ b/apt-pkg/acquire.h @@ -173,7 +173,7 @@ class pkgAcquire::Queue public: // Put an item into this queue - void Enqueue(ItemDesc &Item); + bool Enqueue(ItemDesc &Item); bool Dequeue(Item *Owner); // Find a Queued item |