summaryrefslogtreecommitdiff
path: root/lib/conncache.h
diff options
context:
space:
mode:
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 */