mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
fogot to change Curl_mk_connc in header file
This commit is contained in:
parent
54db98c220
commit
c25283185a
@ -47,7 +47,7 @@ CURLcode Curl_protocol_doing(struct connectdata *conn, bool *done);
|
|||||||
void Curl_safefree(void *ptr);
|
void Curl_safefree(void *ptr);
|
||||||
|
|
||||||
/* create a connection cache */
|
/* 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 */
|
/* free a connection cache */
|
||||||
void Curl_rm_connc(struct conncache *c);
|
void Curl_rm_connc(struct conncache *c);
|
||||||
/* Change number of entries of a connection cache */
|
/* Change number of entries of a connection cache */
|
||||||
|
Loading…
Reference in New Issue
Block a user