gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] branch master updated: bump MHD_VERSION


From: gnunet
Subject: [libmicrohttpd] branch master updated: bump MHD_VERSION
Date: Thu, 04 Feb 2021 18:45:13 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new bb2e08b6 bump MHD_VERSION
bb2e08b6 is described below

commit bb2e08b619778e30e5ce409c95d2923e23a9c5ef
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Feb 4 18:44:08 2021 +0100

    bump MHD_VERSION
---
 src/include/microhttpd.h | 5 +++--
 1 file 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;
  * 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);
 
 
 /**

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]