From: Yang Tse Date: Sat, 13 Sep 2008 16:37:16 +0000 (+0000) Subject: fix compiler warning: external declaration in primary source file X-Git-Tag: curl-7_19_1~360 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=651dad0cc16adfb2f7d31ba78b914270baf0ea68;p=curl fix compiler warning: external declaration in primary source file --- 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; diff --git a/packages/OS400/ccsidcurl.c b/packages/OS400/ccsidcurl.c index 9b91bd8b1..9694a345c 100644 --- a/packages/OS400/ccsidcurl.c +++ b/packages/OS400/ccsidcurl.c @@ -33,6 +33,7 @@ #pragma enum(int) #include +#include #include "urldata.h" #include "url.h" #include "getinfo.h"