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

curl_ prefix modified to Curl_

This commit is contained in:
Daniel Stenberg 2001-03-09 15:13:11 +00:00
parent 7d7c24f915
commit c67952fc5c

View File

@ -31,7 +31,7 @@
#include <string.h> #include <string.h>
#include <stdarg.h> #include <stdarg.h>
CURLcode curl_getinfo(CURL *curl, CURLINFO info, ...) CURLcode Curl_getinfo(CURL *curl, CURLINFO info, ...)
{ {
va_list arg; va_list arg;
long *param_longp; long *param_longp;