modified the Curl_ConnectHTTPProxyTunnel proto
authorDaniel Stenberg <daniel@haxx.se>
Thu, 25 Jan 2001 12:24:34 +0000 (12:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 25 Jan 2001 12:24:34 +0000 (12:24 +0000)
lib/http.h

index 48adc52..bfd73b5 100644 (file)
@@ -25,7 +25,8 @@
  *****************************************************************************/
 
 /* ftp can use this as well */
-CURLcode Curl_ConnectHTTPProxyTunnel(struct UrlData *data, int tunnelsocket,
+CURLcode Curl_ConnectHTTPProxyTunnel(struct connectdata *conn,
+                                     int tunnelsocket,
                                      char *hostname, int remote_port);
 
 /* protocol-specific functions set up to be called by the main engine */