curl_ prefix modified to Curl_
This commit is contained in:
Родитель
7d7c24f915
Коммит
c67952fc5c
|
@ -31,7 +31,7 @@
|
|||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
CURLcode curl_getinfo(CURL *curl, CURLINFO info, ...)
|
||||
CURLcode Curl_getinfo(CURL *curl, CURLINFO info, ...)
|
||||
{
|
||||
va_list arg;
|
||||
long *param_longp;
|
||||
|
|
Загрузка…
Ссылка в новой задаче