This commit is contained in:
Daniel Stenberg 2004-11-11 08:03:43 +00:00
Родитель 49111a63e6
Коммит 8ef8e949bd
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -26,7 +26,8 @@
#include <stdarg.h>
#include <stdio.h> /* needed for FILE */
#include <curl/curl.h>
#include "curl.h"
CURL_EXTERN int curl_mprintf(const char *format, ...);
CURL_EXTERN int curl_mfprintf(FILE *fd, const char *format, ...);