From 8b649d35f6c914a395ca2c2b61395e8406e627ca Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 31 Aug 2011 19:00:58 +0200 Subject: [PATCH] http.h: remove unneeded function prototype --- http.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/http.h b/http.h index 1d17c0d..fbad82e 100644 --- a/http.h +++ b/http.h @@ -29,8 +29,6 @@ struct http_data { struct http_data* http_fetch_page(const char *url); -int http_download_page(const char *url, const char *file); - int http_download_file(const char *url, const char *dir); void http_free(struct http_data *data);