aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/http_client.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-05-17 15:15:20 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-05-17 15:15:20 +0200
commit0790644bf8ccfbb1f09f4e7209fc18c2e97f10d8 (patch)
tree194268bffe26f55bd78bf62b1005563b327a4073 /protocols/http_client.h
parent5a348c3164f5f2d1a1f759c01e8bc7df2ad0dadb (diff)
Added http_dorequest_url().
Diffstat (limited to 'protocols/http_client.h')
-rw-r--r--protocols/http_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/http_client.h b/protocols/http_client.h
index 53c6fcd6..0935b5f6 100644
--- a/protocols/http_client.h
+++ b/protocols/http_client.h
@@ -52,3 +52,4 @@ struct http_request
};
void *http_dorequest( char *host, int port, int ssl, char *request, http_input_function func, gpointer data );
+void *http_dorequest_url( char *url_string, http_input_function func, gpointer data );