summaryrefslogtreecommitdiff
path: root/libs/libcurl/src/conncache.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libcurl/src/conncache.h')
-rw-r--r--libs/libcurl/src/conncache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libcurl/src/conncache.h b/libs/libcurl/src/conncache.h
index 90a2bb917c..fe51706b56 100644
--- a/libs/libcurl/src/conncache.h
+++ b/libs/libcurl/src/conncache.h
@@ -85,7 +85,7 @@ struct connectbundle {
};
/* returns 1 on error, 0 is fine */
-int Curl_conncache_init(struct conncache *, int size);
+int Curl_conncache_init(struct conncache *, size_t size);
void Curl_conncache_destroy(struct conncache *connc);
/* return the correct bundle, to a host or a proxy */