From 651dad0cc16adfb2f7d31ba78b914270baf0ea68 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sat, 13 Sep 2008 16:37:16 +0000 Subject: fix compiler warning: external declaration in primary source file --- lib/mprintf.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/mprintf.c b/lib/mprintf.c index 46438d47d..a09450306 100644 --- a/lib/mprintf.c +++ b/lib/mprintf.c @@ -180,8 +180,6 @@ struct asprintf { the output is not the complete data */ }; -int curl_msprintf(char *buffer, const char *format, ...); - static long dprintf_DollarString(char *input, char **end) { int number=0; -- cgit v1.2.3