diff options
Diffstat (limited to 'src/net/download.h')
-rw-r--r-- | src/net/download.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/download.h b/src/net/download.h index b31350eff..90e9777ae 100644 --- a/src/net/download.h +++ b/src/net/download.h @@ -91,6 +91,8 @@ class Download static unsigned long fadler32(FILE *file); + static void addProxy(CURL *curl); + private: static int downloadThread(void *ptr); static int downloadProgress(void *clientp, double dltotal, |