aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-06-05 08:23:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-06-05 08:23:50 +0000
commitecb2b95b1cef4c913fcf2b19e79e474c299f5a20 (patch)
tree0cf71ce34ddf30f7c80877e31c9df3c0aeab93c8 /lib/urldata.h
parent28b0b7316ddd0cc370f1e503066bb71f8fcb9b61 (diff)
struct HttpHeader changed to struct curl_slist
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 5af199c2e..b5493a700 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -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 */