]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-method.h
merged from the mvo branch
[apt.git] / apt-pkg / acquire-method.h
index e02eab01859e25cff57849660d532fdb26dc8f46..fab77e66469dd8139b19041c7a2fd341f44b7521 100644 (file)
@@ -84,6 +84,8 @@ class pkgAcqMethod
    void Log(const char *Format,...);
    void Status(const char *Format,...);
    
+   void Redirect(const string &NewURI);
    int Run(bool Single = false);
    inline void SetFailExtraMsg(string Msg) {FailExtra = Msg;};