summaryrefslogtreecommitdiff
path: root/content/fetchers/curl.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchers/curl.h')
-rw-r--r--content/fetchers/curl.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/content/fetchers/curl.h b/content/fetchers/curl.h
index 7ee096349..5f2446a91 100644
--- a/content/fetchers/curl.h
+++ b/content/fetchers/curl.h
@@ -25,7 +25,12 @@
#include <curl/curl.h>
-void fetch_curl_register(void);
+/**
+ * Register curl scheme handler.
+ *
+ * \return NSERROR_OK on successful registration or error code on failure.
+ */
+nserror fetch_curl_register(void);
/** Global cURL multi handle. */
extern CURLM *fetch_curl_multi;