aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-07-25 07:32:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-07-25 07:32:22 +0000
commit78686a548780342ba98ab439bc19ace0abc45cff (patch)
tree398cfb42f0137e87f149abd29a86328de6dd21cc /lib/urldata.h
parentbb3fa8855c80bec0c6c72abf2772c0188dfe86d1 (diff)
Added proxyport
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 31e70cfbe..07733a16e 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -303,6 +303,9 @@ struct UrlData {
/*************** Session - specific items ************/
char *proxy; /* if proxy, set it here, set CONF_PROXY to use this */
char *proxyuserpwd; /* Proxy <user:password>, if used */
+ long proxyport; /* If non-zero, use this port number by default. If the
+ proxy string features a ":[port]" that one will override
+ this. */
/*************** Request - specific items ************/