summaryrefslogtreecommitdiff
path: root/src/http/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/http.h')
-rw-r--r--src/http/http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/http.h b/src/http/http.h
index 5ea617f..415b0d0 100644
--- a/src/http/http.h
+++ b/src/http/http.h
@@ -32,7 +32,7 @@ THE SOFTWARE.
typedef struct _http_t *http_t;
-bool HttpInit (http_t*, const char*, const char*);
+bool HttpInit (http_t*, const char*, const char*, unsigned int);
void HttpDestroy (http_t);
bool HttpSetAutoProxy (http_t, const char*);