Commit b84d947b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

no include, no const in strdup

parent 07c67138
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
#include "GUSICommandLine.h"

#define main(x,y) curl_main(x,y)

/* we provide our own strdup prototype */
char *strdup(const char *s1);
char *strdup(char *s1);