summaryrefslogtreecommitdiff
path: root/content/fetchers/fetch_curl.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2007-07-04 18:05:16 +0000
committerJames Bursa <james@netsurf-browser.org>2007-07-04 18:05:16 +0000
commit960c11de1aa674dff3c60bfd60de29f0591a1330 (patch)
treeac536082250d654355adf896946d247573cd9797 /content/fetchers/fetch_curl.h
parent5ef99ad5218e78d8679a8bfb4cfd115ba2ba7ee1 (diff)
downloadnetsurf-960c11de1aa674dff3c60bfd60de29f0591a1330.tar.gz
netsurf-960c11de1aa674dff3c60bfd60de29f0591a1330.tar.bz2
Rename register_curl_fetchers() to fetch_curl_register(). Add declarations for static functions and reorder functions.
svn path=/trunk/netsurf/; revision=3379
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;