Forgot to stage the function definition

stable
Justin Reichardt 2021-08-26 19:08:35 -05:00
parent f2a4447bd3
commit 1c6d230aac
1 changed files with 1 additions and 0 deletions

View File

@ -45,4 +45,5 @@ int download_entries(struct entry **entries);
int add_site_entries(struct entry **entries);
int download_libcurl(char *e);
int parse_download(char *buff, size_t size, size_t nmemb);
int copy_old_download(char *url);
#endif