1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

fix compiler warning: external declaration in primary source file

This commit is contained in:
Yang Tse 2008-09-13 16:37:16 +00:00
parent f591ab3ba0
commit 651dad0cc1
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -33,6 +33,7 @@
#pragma enum(int)
#include <curl/curl.h>
#include <curl/mprintf.h>
#include "urldata.h"
#include "url.h"
#include "getinfo.h"