From: Yang Tse Date: Thu, 1 Feb 2007 11:27:42 +0000 (+0000) Subject: fogot to change Curl_mk_connc in header file X-Git-Tag: curl-7_16_2~389 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c25283185a5125bc3050bf00ad4f2c6d3653bea3;p=thirdparty%2Fcurl.git fogot to change Curl_mk_connc in header file --- diff --git a/lib/url.h b/lib/url.h index 446b3d91a4..4db324ad4c 100644 --- 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 */