Forgot to stage the function definition
parent
f2a4447bd3
commit
1c6d230aac
|
|
@ -45,4 +45,5 @@ int download_entries(struct entry **entries);
|
||||||
int add_site_entries(struct entry **entries);
|
int add_site_entries(struct entry **entries);
|
||||||
int download_libcurl(char *e);
|
int download_libcurl(char *e);
|
||||||
int parse_download(char *buff, size_t size, size_t nmemb);
|
int parse_download(char *buff, size_t size, size_t nmemb);
|
||||||
|
int copy_old_download(char *url);
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue