aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/simplepost.c
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-04-23 14:01:54 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-04-23 15:21:19 +0300
commit351d8a65d69cc1cace3e4f9186a296d18f2ac0cf (patch)
treea8423d762500529763a3761b6bf5b20355c098ed /doc/examples/simplepost.c
parent33b4a2d9974b187b59b2cc1883ba6723f1e52742 (diff)
downloadlibmicrohttpd-351d8a65d69cc1cace3e4f9186a296d18f2ac0cf.tar.gz
libmicrohttpd-351d8a65d69cc1cace3e4f9186a296d18f2ac0cf.zip
Fixed old-style functions definitions
Diffstat (limited to 'doc/examples/simplepost.c')
-rw-r--r--doc/examples/simplepost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/simplepost.c b/doc/examples/simplepost.c
index 51cf23c0..0faa0948 100644
--- a/doc/examples/simplepost.c
+++ b/doc/examples/simplepost.c
@@ -192,7 +192,7 @@ answer_to_connection (void *cls, struct MHD_Connection *connection,
192 192
193 193
194int 194int
195main () 195main (void)
196{ 196{
197 struct MHD_Daemon *daemon; 197 struct MHD_Daemon *daemon;
198 198