diff options
Diffstat (limited to 'src/testzzuf/test_post.c')
-rw-r--r-- | src/testzzuf/test_post.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testzzuf/test_post.c b/src/testzzuf/test_post.c index 90da5e02..637423c8 100644 --- a/src/testzzuf/test_post.c +++ b/src/testzzuf/test_post.c | |||
@@ -106,6 +106,7 @@ post_iterator (void *cls, | |||
106 | return MHD_YES; | 106 | return MHD_YES; |
107 | } | 107 | } |
108 | 108 | ||
109 | |||
109 | static int | 110 | static int |
110 | ahc_echo (void *cls, | 111 | ahc_echo (void *cls, |
111 | struct MHD_Connection *connection, | 112 | struct MHD_Connection *connection, |
@@ -201,6 +202,7 @@ testInternalPost () | |||
201 | return 0; | 202 | return 0; |
202 | } | 203 | } |
203 | 204 | ||
205 | |||
204 | static int | 206 | static int |
205 | testMultithreadedPost () | 207 | testMultithreadedPost () |
206 | { | 208 | { |