aboutsummaryrefslogtreecommitdiff
path: root/lib/url.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-07-21 13:16:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-07-21 13:16:30 +0000
commit071c95128e2a43be1431c3c38202a1d54d97644a (patch)
tree868440d5884ef9af8f753c58f407683ed7688234 /lib/url.h
parent1a192c489b238433802f59e1176ee8a3dbf3a279 (diff)
moved the proxyuser and proxypasswd fields from the sessionhandle to the
connectdata to work as expected
Diffstat (limited to 'lib/url.h')
-rw-r--r--lib/url.h1
1 files changed, 1 insertions, 0 deletions
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