]> git.saurik.com Git - apt.git/blobdiff - methods/mirror.h
* apt-pkg/deb/dpkgpm.cc:
[apt.git] / methods / mirror.h
index a47b8fbf12d857c49ed9763fb520fb82a08d187a..798f5a9b5fd425b0d9d2cebe556cc7d9abe712b2 100644 (file)
@@ -34,6 +34,7 @@ class MirrorMethod : public HttpMethod
  protected:
    bool GetMirrorFile(string uri);
    bool SelectMirror();
+   bool Clean(string dir);
    
    // we need to overwrite those to transform the url back
    virtual void Fail(string Why, bool Transient = false);