no include, no const in strdup
authorDaniel Stenberg <daniel@haxx.se>
Fri, 30 Nov 2001 09:29:31 +0000 (09:29 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 30 Nov 2001 09:29:31 +0000 (09:29 +0000)
src/config-mac.h

index 949a22f..9e8daf0 100644 (file)
@@ -1,6 +1,4 @@
-#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);