]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-worker.h
deal better with acquiring the same URI multiple times
[apt.git] / apt-pkg / acquire-worker.h
index db8889c8e5a0106cc20bacf36431a431f8e23a54..3a3ef706d64920e9cc35d11e1c6133af5741e802 100644 (file)
@@ -326,6 +326,9 @@ class pkgAcquire::Worker : public WeakPointable
     *  \b false, also rudely interrupts the worker with a SIGINT.
     */
    virtual ~Worker();
+
+private:
+   APT_HIDDEN void PrepareFiles(char const * const caller, pkgAcquire::Queue::QItem const * const Itm);
 };
 
 /** @} */