diff options
author | Michael Vogt <mvo@debian.org> | 2011-03-15 09:19:23 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2011-03-15 09:19:23 +0100 |
commit | 9b248f58ed56094ed8be3aa0ba2aed776a3ff382 (patch) | |
tree | 59c609bee51ca2c3de0d2f4fde83850183523537 /methods/mirror.h | |
parent | 8f33789e26d2f66f48b310eda4a1543a7aba7fc6 (diff) | |
parent | ca0a660c3b63717ffec0305bba95af6930e62c34 (diff) |
merged from lp:~mvo/apt/mvo
Diffstat (limited to 'methods/mirror.h')
-rw-r--r-- | methods/mirror.h | 1 |
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(); |