aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_start_stop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/test_start_stop.c')
-rw-r--r--src/microhttpd/test_start_stop.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/microhttpd/test_start_stop.c b/src/microhttpd/test_start_stop.c
index 541cc5c5..c2f1781b 100644
--- a/src/microhttpd/test_start_stop.c
+++ b/src/microhttpd/test_start_stop.c
@@ -67,6 +67,7 @@ testInternalGet (int poll_flag)
67 return 0; 67 return 0;
68} 68}
69 69
70
70static int 71static int
71testMultithreadedGet (int poll_flag) 72testMultithreadedGet (int poll_flag)
72{ 73{
@@ -97,6 +98,8 @@ testMultithreadedPoolGet (int poll_flag)
97 MHD_stop_daemon (d); 98 MHD_stop_daemon (d);
98 return 0; 99 return 0;
99} 100}
101
102
100#endif 103#endif
101 104
102 105