Skip to content
Snippets Groups Projects
Commit c67952fc authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

curl_ prefix modified to Curl_

parent 7d7c24f9
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment