tool_main: Fixed compilation warning from commit 0104678c79
authorSteve Holme <steve_holme@hotmail.com>
Mon, 3 Feb 2014 12:16:22 +0000 (12:16 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Mon, 3 Feb 2014 12:16:22 +0000 (12:16 +0000)
no previous prototype for function 'memory_tracking_init'

src/tool_main.c

index e0766e9..5682bd7 100644 (file)
@@ -84,7 +84,7 @@ static void main_checkfds(void)
 }
 
 #ifdef CURLDEBUG
-void memory_tracking_init(void)
+static void memory_tracking_init(void)
 {
   char *env;
   /* if CURL_MEMDEBUG is set, this starts memory tracking message logging */