diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-07-21 13:16:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-07-21 13:16:30 +0000 |
commit | 071c95128e2a43be1431c3c38202a1d54d97644a (patch) | |
tree | 868440d5884ef9af8f753c58f407683ed7688234 /lib/url.h | |
parent | 1a192c489b238433802f59e1176ee8a3dbf3a279 (diff) | |
download | curl-071c95128e2a43be1431c3c38202a1d54d97644a.tar.gz |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |