fixed for persistant stuff

This commit is contained in:
Daniel Stenberg
2001-03-03 16:28:59 +00:00
parent 2665c763df
commit 834f079918

View File

@@ -467,8 +467,8 @@ struct curl_slist {
struct curl_slist *next; struct curl_slist *next;
}; };
struct curl_slist *curl_slist_append(struct curl_slist *list, char *data); struct curl_slist *curl_slist_append(struct curl_slist *, const char *);
void curl_slist_free_all(struct curl_slist *list); void curl_slist_free_all(struct curl_slist *);
/* /*
* NAME curl_getdate() * NAME curl_getdate()