struct HttpHeader changed to struct curl_slist

This commit is contained in:
Daniel Stenberg 2000-06-05 08:23:50 +00:00
parent 28b0b7316d
commit ecb2b95b1c
2 changed files with 7 additions and 6 deletions

View file

@ -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 */