mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-27 04:09:31 +03:00
testcurl/https: fixed functions declarations
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user