mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
testcurl/https: fixed functions declarations
This commit is contained in:
@@ -58,7 +58,7 @@ ahc_echo (void *cls,
|
||||
|
||||
|
||||
static int
|
||||
testInternalSelectGet ()
|
||||
testInternalSelectGet (void)
|
||||
{
|
||||
struct MHD_Daemon *d;
|
||||
CURL *c;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
|
||||
FILE *
|
||||
setup_ca_cert ()
|
||||
setup_ca_cert (void)
|
||||
{
|
||||
FILE *cert_fd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user