mirror of
https://github.com/curl/curl.git
synced 2026-07-23 01:17:24 +03:00
curl_ prefix modified to Curl_
This commit is contained in:
parent
7d7c24f915
commit
c67952fc5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue