From 1c6d230aacb0e456b3bda0298a4a19ff34db146a Mon Sep 17 00:00:00 2001 From: Justin Reichardt Date: Thu, 26 Aug 2021 19:08:35 -0500 Subject: [PATCH] Forgot to stage the function definition --- src/rhosts.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rhosts.h b/src/rhosts.h index f9f4443..8147033 100644 --- a/src/rhosts.h +++ b/src/rhosts.h @@ -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