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
@@ -58,7 +58,7 @@ ahc_echo (void *cls,
static int
testInternalSelectGet ()
testInternalSelectGet (void)
{
struct MHD_Daemon *d;
CURL *c;
+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;
+2 -2
View File
@@ -64,7 +64,7 @@ static unsigned int num_disconnects = 0;
* Pause execution for specified number of milliseconds.
* @param ms the number of milliseconds to sleep
*/
void
static void
_MHD_sleep (uint32_t ms)
{
#if defined(_WIN32)
@@ -98,7 +98,7 @@ _MHD_sleep (uint32_t ms)
}
void
static void
socket_cb (void *cls,
struct MHD_Connection *c,
void **socket_context,
+1 -1
View File
@@ -28,7 +28,7 @@
FILE *
setup_ca_cert ()
setup_ca_cert (void)
{
FILE *cert_fd;