diff options
author | Yang Tse <yangsita@gmail.com> | 2008-09-13 16:37:16 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-09-13 16:37:16 +0000 |
commit | 651dad0cc16adfb2f7d31ba78b914270baf0ea68 (patch) | |
tree | d62878a8246078970e4e3cfae7d0c92df51307bc /lib/mprintf.c | |
parent | f591ab3ba0fafef16f3dab90f213e883c13a8c03 (diff) | |
download | curl-651dad0cc16adfb2f7d31ba78b914270baf0ea68.tar.gz |
fix compiler warning: external declaration in primary source file
Diffstat (limited to 'lib/mprintf.c')
-rw-r--r-- | lib/mprintf.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |