aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_threads.h')
-rw-r--r--src/microhttpd/mhd_threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_threads.h b/src/microhttpd/mhd_threads.h
index 818cd5fa..0a504635 100644
--- a/src/microhttpd/mhd_threads.h
+++ b/src/microhttpd/mhd_threads.h
@@ -215,7 +215,7 @@ typedef MHD_THRD_RTRN_TYPE_
215 * @param stack_size size of stack for new thread, 0 for default 215 * @param stack_size size of stack for new thread, 0 for default
216 * @param start_routine main function of thread 216 * @param start_routine main function of thread
217 * @param arg argument for start_routine 217 * @param arg argument for start_routine
218 * @return non-zero on success; zero otherwise 218 * @return non-zero on success; zero otherwise (with errno set)
219 */ 219 */
220int 220int
221MHD_create_thread_ (MHD_thread_handle_ID_ *thread, 221MHD_create_thread_ (MHD_thread_handle_ID_ *thread,