From 071c95128e2a43be1431c3c38202a1d54d97644a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 21 Jul 2003 13:16:30 +0000 Subject: moved the proxyuser and proxypasswd fields from the sessionhandle to the connectdata to work as expected --- lib/url.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/url.h') diff --git a/lib/url.h b/lib/url.h index cd14dcfa3..59ac39058 100644 --- a/lib/url.h +++ b/lib/url.h @@ -42,4 +42,5 @@ bool Curl_ssl_config_matches(struct ssl_config_data* data, bool Curl_clone_ssl_config(struct ssl_config_data* source, struct ssl_config_data* dest); void Curl_free_ssl_config(struct ssl_config_data* sslc); +void Curl_safefree(void *ptr); #endif -- cgit v1.2.3