Added proxyport
authorDaniel Stenberg <daniel@haxx.se>
Tue, 25 Jul 2000 07:32:22 +0000 (07:32 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 25 Jul 2000 07:32:22 +0000 (07:32 +0000)
lib/urldata.h

index 31e70cf..07733a1 100644 (file)
@@ -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 ************/