curl_ => Curl_

This commit is contained in:
Daniel Stenberg 2001-05-29 19:20:37 +00:00
parent 88d536eb3b
commit edd608aa76
1 changed files with 2 additions and 2 deletions

View File

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