aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-01-07 16:15:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-01-07 16:15:53 +0000
commitec24efda749df7513aaf994a9ef0d2b3c72eaed7 (patch)
treeadb0763466cafac85fdce964c3c3c1e40078c36f /lib/urldata.h
parent7f0f10e4989ee2dbd5f409ef0cab4849322c44e6 (diff)
Simon Liu's HTTP200ALIASES-patch!
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 334b0e633..cb6cbee1b 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -715,6 +715,8 @@ struct UserDefined {
long buffer_size; /* size of receive buffer to use */
char *private; /* Private data */
+
+ struct curl_slist *http200aliases; /* linked list of aliases for http200 */
/* Here follows boolean settings that define how to behave during
this session. They are STATIC, set by libcurl users or at least initially