Archived
1
0
Fork 0

http.h: remove unneeded function prototype

This commit is contained in:
Henrik Hautakoski 2011-08-31 19:00:58 +02:00
parent d931ce7fd8
commit 8b649d35f6

2
http.h
View file

@ -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);