]> git.saurik.com Git - apt.git/blobdiff - methods/https.h
* Fix compilation warnings:
[apt.git] / methods / https.h
index 6620a10fc5d9b7a93c163152a5b666059fbb4b8f..638c18193f663f71ff9001ce211a048ecb2afa0e 100644 (file)
@@ -29,7 +29,7 @@ class HttpsMethod : public pkgAcqMethod
    static size_t write_data(void *buffer, size_t size, size_t nmemb, void *userp);
    static int progress_callback(void *clientp, double dltotal, double dlnow, 
                                double ultotal, double ulnow);
-   bool SetupProxy();
+   void SetupProxy();
    CURL *curl;
    FetchResult Res;