aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 87e49a840..e5fcf16ff 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -304,16 +304,18 @@ struct Configbits {
bool mute;
bool no_body;
bool proxy_user_passwd;
- bool proxystringalloc; /* the http proxy string is malloc()'ed */
bool set_port;
bool set_range;
- bool rangestringalloc; /* the range string is malloc()'ed */
bool upload;
bool use_netrc;
bool user_passwd;
bool verbose;
bool this_is_a_follow; /* this is a followed Location: request */
bool krb4; /* kerberos4 connection requested */
+
+ bool proxystringalloc; /* the http proxy string is malloc()'ed */
+ bool rangestringalloc; /* the range string is malloc()'ed */
+ bool urlstringalloc; /* the URL string is malloc()'ed */
};
/* What type of interface that intiated this struct */