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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index dad0a952..d4f6c139 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -135,7 +135,7 @@ typedef intptr_t ssize_t;
135 * they are parsed as decimal numbers. 135 * they are parsed as decimal numbers.
136 * Example: 0x01093001 = 1.9.30-1. 136 * Example: 0x01093001 = 1.9.30-1.
137 */ 137 */
138#define MHD_VERSION 0x00097202 138#define MHD_VERSION 0x00097203
139 139
140/** 140/**
141 * Operational results from MHD calls. 141 * Operational results from MHD calls.
@@ -3511,7 +3511,8 @@ MHD_create_post_processor (struct MHD_Connection *connection,
3511 */ 3511 */
3512_MHD_EXTERN enum MHD_Result 3512_MHD_EXTERN enum MHD_Result
3513MHD_post_process (struct MHD_PostProcessor *pp, 3513MHD_post_process (struct MHD_PostProcessor *pp,
3514 const char *post_data, size_t post_data_len); 3514 const char *post_data,
3515 size_t post_data_len);
3515 3516
3516 3517
3517/** 3518/**