mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
fixed for persistant stuff
This commit is contained in:
parent
2665c763df
commit
834f079918
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user