rename URL to Uri in deb822-sources
[ntk/apt.git] / apt-pkg / acquire-method.h
index 2dd9ad6..00f99e0 100644 (file)
@@ -104,6 +104,9 @@ class pkgAcqMethod
    
    pkgAcqMethod(const char *Ver,unsigned long Flags = 0);
    virtual ~pkgAcqMethod() {};
+
+   private:
+   void Dequeue();
 };
 
 /** @} */