diff options
Diffstat (limited to 'plugins/FTPFileYM/curl/lib/conncache.h')
| -rw-r--r-- | plugins/FTPFileYM/curl/lib/conncache.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FTPFileYM/curl/lib/conncache.h b/plugins/FTPFileYM/curl/lib/conncache.h index fad17d8f7a..f5e41f187b 100644 --- a/plugins/FTPFileYM/curl/lib/conncache.h +++ b/plugins/FTPFileYM/curl/lib/conncache.h @@ -27,7 +27,7 @@ struct conncache {    size_t num_connections;  }; -struct conncache *Curl_conncache_init(void); +struct conncache *Curl_conncache_init(int size);  void Curl_conncache_destroy(struct conncache *connc);  | 
