fix compiler warning: external declaration in primary source file

This commit is contained in:
Yang Tse 2008-09-21 03:48:25 +00:00
parent b6f29bef06
commit 7c9631081d

View File

@ -15,9 +15,9 @@
#include "test.h"
#include "memdebug.h"
#include <curl/mprintf.h>
int curl_msprintf(char *buffer, const char *format, ...);
#include "memdebug.h"
#if (CURL_SIZEOF_CURL_OFF_T > CURL_SIZEOF_LONG)