testcurl/https: fixed functions declarations

This commit is contained in:
Evgeny Grin (Karlson2k)
2022-10-05 13:19:01 +03:00
parent 2249c1f5df
commit c1f7c8075a
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ query_session_ahc (void *cls, struct MHD_Connection *connection,
*/
#if LIBCURL_VERSION_NUM >= 0x072200
static int
test_query_session ()
test_query_session (void)
{
CURL *c;
struct CBC cbc;