commit bb2e08b619778e30e5ce409c95d2923e23a9c5ef
parent 5782daed8f39ff7d973cfe804b5c04bb1ccf723e
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 4 Feb 2021 18:44:08 +0100
bump MHD_VERSION
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
@@ -135,7 +135,7 @@ typedef intptr_t ssize_t;
* they are parsed as decimal numbers.
* Example: 0x01093001 = 1.9.30-1.
*/
-#define MHD_VERSION 0x00097202
+#define MHD_VERSION 0x00097203
/**
* Operational results from MHD calls.
@@ -3511,7 +3511,8 @@ MHD_create_post_processor (struct MHD_Connection *connection,
*/
_MHD_EXTERN enum MHD_Result
MHD_post_process (struct MHD_PostProcessor *pp,
- const char *post_data, size_t post_data_len);
+ const char *post_data,
+ size_t post_data_len);
/**