From: Daniel Stenberg Date: Tue, 25 Jul 2000 07:32:22 +0000 (+0000) Subject: Added proxyport X-Git-Tag: curl-7_1_1~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78686a548780342ba98ab439bc19ace0abc45cff;p=thirdparty%2Fcurl.git Added proxyport --- diff --git a/lib/urldata.h b/lib/urldata.h index 31e70cfbeb..07733a16e9 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 , 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 ************/