X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/86c17f0a4bd3c0e3dde5bb58b3df9c41e5a88763..986d97bb0d62d7529a6a0328c39ddbd47be879a1:/methods/mirror.h diff --git a/methods/mirror.h b/methods/mirror.h index a47b8fbf1..798f5a9b5 100644 --- a/methods/mirror.h +++ b/methods/mirror.h @@ -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);