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…
x
Reference in New Issue
Block a user