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

curl_ => Curl_

parent 88d536eb
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,8 @@
#include "setup.h"
#ifndef HAVE_STRTOK_R
char *curl_strtok_r(char *s, const char *delim, char **last);
#define strtok_r curl_strtok_r
char *Curl_strtok_r(char *s, const char *delim, char **last);
#define strtok_r Curl_strtok_r
#endif
#endif
......
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