diff options
author | Yang Tse <yangsita@gmail.com> | 2007-02-01 11:27:42 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-02-01 11:27:42 +0000 |
commit | c25283185a5125bc3050bf00ad4f2c6d3653bea3 (patch) | |
tree | 3cb2a646352a2a2319dd4a033181d64ce550a982 /lib/url.h | |
parent | 54db98c220255737456b1311cb9534c9e95215c6 (diff) |
fogot to change Curl_mk_connc in header file
Diffstat (limited to 'lib/url.h')
-rw-r--r-- | lib/url.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |