summaryrefslogtreecommitdiff
path: root/lib/conncache.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-11-04 21:37:44 +0100
committerDaniel Stenberg <daniel@haxx.se>2017-11-04 21:37:44 +0100
commit0fb0a7062e558fecdcf8c0c21503a28081370d9f (patch)
treecb8f110f5f7f8ac7bb935887e7200ed3e154893c /lib/conncache.h
parent10150907ade0717be002edfc1c48b2cd13bd68b7 (diff)
downloadcurl-bagder/share-connection-cache.tar.gz
fixup connection cache free in curl_easy_cleanupbagder/share-connection-cache
Diffstat (limited to 'lib/conncache.h')
-rw-r--r--lib/conncache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/conncache.h b/lib/conncache.h
index 05857c436..0d97a6cef 100644
--- a/lib/conncache.h
+++ b/lib/conncache.h
@@ -24,7 +24,6 @@
***************************************************************************/
struct conncache {
- bool inited; /* FALSE until inited */
struct curl_hash hash;
size_t num_connections;
long next_connection_id;
@@ -46,7 +45,6 @@ struct connectbundle {
/* returns 1 on error, 0 is fine */
int Curl_conncache_init(struct conncache *, int size);
-bool Curl_conncache_inited(struct conncache *);
void Curl_conncache_destroy(struct conncache *connc);
/* return the correct bundle, to a host or a proxy */