aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-01-03 09:43:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-01-03 09:43:17 +0000
commit6aaee5f23bdc75826a733e40335078b97bfe1967 (patch)
tree5f419b017e909bdd42cef5aab3117220fb19c333 /lib/urldata.h
parentdd06dcebe1fab25584e3753cea941ac901962b09 (diff)
minor changes
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 3f57f1fc8..00ef3b355 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -570,8 +570,8 @@ struct UserDefined {
bool http_fail_on_error;
bool http_follow_location;
- bool http_include_header;
-#define include_header http_include_header
+ bool include_header;
+#define http_include_header include_header /* former name */
bool http_set_referer;
bool http_auto_referer; /* set "correct" referer when following location: */