diff options
Diffstat (limited to 'protocols/http_client.h')
-rw-r--r-- | protocols/http_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/http_client.h b/protocols/http_client.h index 440fdc9d..26ef1a00 100644 --- a/protocols/http_client.h +++ b/protocols/http_client.h @@ -51,4 +51,4 @@ struct http_request gpointer data; }; -void *http_dorequest( char *host, int port, http_input_function func, int ssl, char *request, gpointer data ); +void *http_dorequest( char *host, int port, int ssl, char *request, http_input_function func, gpointer data ); |