From: Daniel Stenberg <daniel@haxx.se>
Date: Sat, 3 Mar 2001 16:28:59 +0000 (+0000)
Subject: fixed for persistant stuff
X-Git-Tag: curl-7_7_alpha2~4
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=834f07991809b5cd931a78def57f8320e5524ab8;p=curl

fixed for persistant stuff
---

diff --git a/include/curl/curl.h b/include/curl/curl.h
index 3c94af55f..6d89f28ec 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -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()