]> granicus.if.org Git - curl/commitdiff
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 949a22f64119786d939b784e65a936a87e058dd1..9e8daf0e44b255d12489e32829b685496562271a 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);