diff options
Diffstat (limited to 'lib/conncache.c')
-rw-r--r-- | lib/conncache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/conncache.c b/lib/conncache.c index b3186037e..dc5b58cbe 100644 --- a/lib/conncache.c +++ b/lib/conncache.c @@ -46,7 +46,7 @@ static void free_bundle_hash_entry(void *freethis) Curl_bundle_destroy(b); } -struct conncache *Curl_conncache_init(int type) +struct conncache *Curl_conncache_init(conncachetype type) { struct conncache *connc; |