mirror of
https://github.com/curl/curl.git
synced 2026-08-26 16:23:32 +03:00
struct HttpHeader changed to struct curl_slist
This commit is contained in:
parent
28b0b7316d
commit
ecb2b95b1c
2 changed files with 7 additions and 6 deletions
|
|
@ -390,7 +390,7 @@ struct UrlData {
|
|||
char *newurl; /* This can only be set if a Location: was in the
|
||||
document headers */
|
||||
|
||||
struct HttpHeader *headers; /* linked list of extra headers */
|
||||
struct curl_slist *headers; /* linked list of extra headers */
|
||||
struct HttpPost *httppost; /* linked list of POST data */
|
||||
|
||||
char *cert; /* PEM-formatted certificate */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue