X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/96db74ce38e9451609fe33f9e25f3f9d42b1fe22..4bec02c237e8e218bc7d4bcf7142e0450480138b:/methods/mirror.h diff --git a/methods/mirror.h b/methods/mirror.h index 1b506dc87..0a3ea6e92 100644 --- a/methods/mirror.h +++ b/methods/mirror.h @@ -36,7 +36,8 @@ class MirrorMethod : public HttpMethod bool DownloadMirrorFile(string uri); string GetMirrorFileName(string uri); bool InitMirrors(); - bool SelectNextMirror(); + bool TryNextMirror(); + void CurrentQueueUriToMirror(); bool Clean(string dir); // we need to overwrite those to transform the url back