aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 65ef6046..0fd8600a 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -851,8 +851,13 @@ MHD_post_process (struct MHD_PostProcessor *pp,
851 851
852/** 852/**
853 * Release PostProcessor resources. 853 * Release PostProcessor resources.
854 *
855 * @return MHD_YES if processing completed nicely,
856 * MHD_NO if there were spurious characters / formatting
857 * problems; it is common to ignore the return
858 * value of this function
854 */ 859 */
855void MHD_destroy_post_processor (struct MHD_PostProcessor *pp); 860int MHD_destroy_post_processor (struct MHD_PostProcessor *pp);
856 861
857 862
858#if 0 /* keep Emacsens' auto-indent happy */ 863#if 0 /* keep Emacsens' auto-indent happy */