]> git.saurik.com Git - apt.git/blobdiff - methods/http.h
handle complete responses to https range requests
[apt.git] / methods / http.h
index 112ce171d6aef319be655a10488033144e25085c..02c04e8ae8375befbb6bfb4a8cd8cc7e7fcedfc1 100644 (file)
@@ -126,6 +126,7 @@ class HttpMethod : public ServerMethod
    virtual bool Configuration(std::string Message);
 
    virtual ServerState * CreateServerState(URI uri);
+   virtual void RotateDNS();
 
    protected:
    std::string AutoDetectProxyCmd;