aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/examples/upgrade_example.c1
-rw-r--r--src/microhttpd/test_upgrade.c1
-rw-r--r--src/microhttpd/test_upgrade_large.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/examples/upgrade_example.c b/src/examples/upgrade_example.c
index 93a2a72c..08c718d0 100644
--- a/src/examples/upgrade_example.c
+++ b/src/examples/upgrade_example.c
@@ -40,7 +40,6 @@
40 * Change socket to blocking. 40 * Change socket to blocking.
41 * 41 *
42 * @param fd the socket to manipulate 42 * @param fd the socket to manipulate
43 * @return non-zero if succeeded, zero otherwise
44 */ 43 */
45static void 44static void
46make_blocking (MHD_socket fd) 45make_blocking (MHD_socket fd)
diff --git a/src/microhttpd/test_upgrade.c b/src/microhttpd/test_upgrade.c
index 316405ec..111c6a79 100644
--- a/src/microhttpd/test_upgrade.c
+++ b/src/microhttpd/test_upgrade.c
@@ -554,7 +554,6 @@ notify_connection_cb (void *cls,
554 * Change socket to blocking. 554 * Change socket to blocking.
555 * 555 *
556 * @param fd the socket to manipulate 556 * @param fd the socket to manipulate
557 * @return non-zero if succeeded, zero otherwise
558 */ 557 */
559static void 558static void
560make_blocking (MHD_socket fd) 559make_blocking (MHD_socket fd)
diff --git a/src/microhttpd/test_upgrade_large.c b/src/microhttpd/test_upgrade_large.c
index dedc08bb..3393a749 100644
--- a/src/microhttpd/test_upgrade_large.c
+++ b/src/microhttpd/test_upgrade_large.c
@@ -728,7 +728,6 @@ notify_connection_cb (void *cls,
728 * Change socket to blocking. 728 * Change socket to blocking.
729 * 729 *
730 * @param fd the socket to manipulate 730 * @param fd the socket to manipulate
731 * @return non-zero if succeeded, zero otherwise
732 */ 731 */
733static void 732static void
734make_blocking (MHD_socket fd) 733make_blocking (MHD_socket fd)