curl_ prefix modified to Curl_

This commit is contained in:
Daniel Stenberg 2001-03-09 15:13:11 +00:00
parent 7d7c24f915
commit c67952fc5c
1 changed files with 1 additions and 1 deletions

View File

@ -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;