mirror of
https://github.com/curl/curl.git
synced 2026-05-08 14:37:28 +03:00
curl_ => Curl_
This commit is contained in:
parent
88d536eb3b
commit
edd608aa76
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue