mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 03:55:03 -05:00
no include, no const in strdup
This commit is contained in:
parent
07c67138c9
commit
b84d947be4
@ -1,6 +1,4 @@
|
|||||||
#include "GUSICommandLine.h"
|
|
||||||
|
|
||||||
#define main(x,y) curl_main(x,y)
|
#define main(x,y) curl_main(x,y)
|
||||||
|
|
||||||
/* we provide our own strdup prototype */
|
/* we provide our own strdup prototype */
|
||||||
char *strdup(const char *s1);
|
char *strdup(char *s1);
|
||||||
|
Loading…
Reference in New Issue
Block a user