mirror of
https://github.com/curl/curl.git
synced 2026-07-24 18:07:23 +03:00
fogot to change Curl_mk_connc in header file
This commit is contained in:
parent
54db98c220
commit
c25283185a
1 changed files with 1 additions and 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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue