From 960c11de1aa674dff3c60bfd60de29f0591a1330 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 4 Jul 2007 18:05:16 +0000 Subject: Rename register_curl_fetchers() to fetch_curl_register(). Add declarations for static functions and reorder functions. svn path=/trunk/netsurf/; revision=3379 --- content/fetchers/fetch_curl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/fetchers/fetch_curl.h') 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 -void register_curl_fetchers(void); +void fetch_curl_register(void); /** Global cURL multi handle. */ extern CURLM *fetch_curl_multi; -- cgit v1.2.3