summaryrefslogtreecommitdiff
path: root/content/fetchers/fetch_curl.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchers/fetch_curl.h')
-rw-r--r--content/fetchers/fetch_curl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fetchers/fetch_curl.h b/content/fetchers/fetch_curl.h
index 6dcba8914..fcfadc723 100644
--- a/content/fetchers/fetch_curl.h
+++ b/content/fetchers/fetch_curl.h
@@ -14,7 +14,7 @@
#include <curl/curl.h>
-void register_curl_fetchers(void);
+void fetch_curl_register(void);
/** Global cURL multi handle. */
extern CURLM *fetch_curl_multi;