summaryrefslogtreecommitdiff
path: root/methods/mirror.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2011-03-15 09:19:23 +0100
committerMichael Vogt <mvo@debian.org>2011-03-15 09:19:23 +0100
commit9b248f58ed56094ed8be3aa0ba2aed776a3ff382 (patch)
tree59c609bee51ca2c3de0d2f4fde83850183523537 /methods/mirror.h
parent8f33789e26d2f66f48b310eda4a1543a7aba7fc6 (diff)
parentca0a660c3b63717ffec0305bba95af6930e62c34 (diff)
merged from lp:~mvo/apt/mvo
Diffstat (limited to 'methods/mirror.h')
-rw-r--r--methods/mirror.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/mirror.h b/methods/mirror.h
index 0a3ea6e92..bd807e122 100644
--- a/methods/mirror.h
+++ b/methods/mirror.h
@@ -34,6 +34,7 @@ class MirrorMethod : public HttpMethod
protected:
bool DownloadMirrorFile(string uri);
+ bool RandomizeMirrorFile(string file);
string GetMirrorFileName(string uri);
bool InitMirrors();
bool TryNextMirror();