fixed for persistant stuff
authorDaniel Stenberg <daniel@haxx.se>
Sat, 3 Mar 2001 16:28:59 +0000 (16:28 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 3 Mar 2001 16:28:59 +0000 (16:28 +0000)
include/curl/curl.h

index 3c94af5..6d89f28 100644 (file)
@@ -467,8 +467,8 @@ struct curl_slist {
        struct curl_slist       *next;
 };
 
-struct curl_slist *curl_slist_append(struct curl_slist *list, char *data);
-void curl_slist_free_all(struct curl_slist *list);
+struct curl_slist *curl_slist_append(struct curl_slist *, const char *);
+void curl_slist_free_all(struct curl_slist *);
 
 /*
  * NAME curl_getdate()