diff options
Diffstat (limited to 'lib/urldata.h')
-rw-r--r-- | lib/urldata.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h index 23aaac379..3f57f1fc8 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -569,7 +569,10 @@ struct UserDefined { bool hide_progress; bool http_fail_on_error; bool http_follow_location; + bool http_include_header; +#define include_header http_include_header + bool http_set_referer; bool http_auto_referer; /* set "correct" referer when following location: */ bool no_body; |