From 61c0bdb09c8e844117d816d0b16185b58f360ebb Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sat, 13 Sep 2008 03:49:33 +0000 Subject: fix compiler warning: external declaration in primary source file --- lib/multi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/multi.c b/lib/multi.c index af355b6c7..9d8a8f990 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -214,7 +214,7 @@ static const char * const statename[]={ "COMPLETED", }; -void curl_multi_dump(CURLM *multi_handle); +static void curl_multi_dump(CURLM *multi_handle); #endif /* always use this function to change state, to make debugging easier */ @@ -2232,7 +2232,7 @@ static void add_closure(struct Curl_multi *multi, } #ifdef CURLDEBUG -void curl_multi_dump(CURLM *multi_handle) +static void curl_multi_dump(CURLM *multi_handle) { struct Curl_multi *multi=(struct Curl_multi *)multi_handle; struct Curl_one_easy *easy; -- cgit v1.2.3