mirror of
https://github.com/curl/curl.git
synced 2025-09-30 16:06:51 +03:00
fix compiler warning: external declaration in primary source file
This commit is contained in:
parent
f591ab3ba0
commit
651dad0cc1
|
@ -180,8 +180,6 @@ struct asprintf {
|
||||||
the output is not the complete data */
|
the output is not the complete data */
|
||||||
};
|
};
|
||||||
|
|
||||||
int curl_msprintf(char *buffer, const char *format, ...);
|
|
||||||
|
|
||||||
static long dprintf_DollarString(char *input, char **end)
|
static long dprintf_DollarString(char *input, char **end)
|
||||||
{
|
{
|
||||||
int number=0;
|
int number=0;
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
#pragma enum(int)
|
#pragma enum(int)
|
||||||
|
|
||||||
#include <curl/curl.h>
|
#include <curl/curl.h>
|
||||||
|
#include <curl/mprintf.h>
|
||||||
#include "urldata.h"
|
#include "urldata.h"
|
||||||
#include "url.h"
|
#include "url.h"
|
||||||
#include "getinfo.h"
|
#include "getinfo.h"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user