Fixed old-style functions definitions

This commit is contained in:
Evgeny Grin (Karlson2k)
2022-04-23 15:21:19 +03:00
parent 33b4a2d997
commit 351d8a65d6
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -328,7 +328,7 @@ answer_to_connection (void *cls,
int
main ()
main (void)
{
struct MHD_Daemon *daemon;
+1 -1
View File
@@ -46,7 +46,7 @@ answer_to_connection (void *cls, struct MHD_Connection *connection,
int
main ()
main (void)
{
struct MHD_Daemon *daemon;
+1 -1
View File
@@ -73,7 +73,7 @@ answer_to_connection (void *cls, struct MHD_Connection *connection,
int
main ()
main (void)
{
struct MHD_Daemon *daemon;
+1 -1
View File
@@ -693,7 +693,7 @@ request_completed_callback (void *cls,
* too long.
*/
static void
expire_sessions ()
expire_sessions (void)
{
struct Session *pos;
struct Session *prev;
+1 -1
View File
@@ -192,7 +192,7 @@ answer_to_connection (void *cls, struct MHD_Connection *connection,
int
main ()
main (void)
{
struct MHD_Daemon *daemon;
+1 -1
View File
@@ -247,7 +247,7 @@ answer_to_connection (void *cls, struct MHD_Connection *connection,
int
main ()
main (void)
{
struct MHD_Daemon *daemon;
char *key_pem;