Christian Grothoff преди 5 години
родител
ревизия
bb2e08b619
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      src/include/microhttpd.h

+ 3 - 2
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);
 
 
 /**