http.h: remove unneeded function prototype
This commit is contained in:
parent
d931ce7fd8
commit
8b649d35f6
1 changed files with 0 additions and 2 deletions
2
http.h
2
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);
|
||||
|
|
|
|||
Reference in a new issue