]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
fogot to change Curl_mk_connc in header file
authorYang Tse <yangsita@gmail.com>
Thu, 1 Feb 2007 11:27:42 +0000 (11:27 +0000)
committerYang Tse <yangsita@gmail.com>
Thu, 1 Feb 2007 11:27:42 +0000 (11:27 +0000)
lib/url.h

index 446b3d91a41fe926dbbc211fb0bd15da257da413..4db324ad4cca58989553d0b1ee0a5adbe95e29d5 100644 (file)
--- a/lib/url.h
+++ b/lib/url.h
@@ -47,7 +47,7 @@ CURLcode Curl_protocol_doing(struct connectdata *conn, bool *done);
 void Curl_safefree(void *ptr);
 
 /* create a connection cache */
-struct conncache *Curl_mk_connc(int type, int amount);
+struct conncache *Curl_mk_connc(int type, long amount);
 /* free a connection cache */
 void Curl_rm_connc(struct conncache *c);
 /* Change number of entries of a connection cache */