From f3e1e9257bacc129b5ce9d18001f7ee99593d74d Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 17 Dec 2005 20:13:32 +0100 Subject: Fixed parameter ordering. --- protocols/http_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/http_client.h') 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 ); -- cgit v1.2.3