gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r36811 - in libmicrohttpd: . src/include


From: gnunet
Subject: [GNUnet-SVN] r36811 - in libmicrohttpd: . src/include
Date: Tue, 12 Jan 2016 17:15:24 +0100

Author: Karlson2k
Date: 2016-01-12 17:15:24 +0100 (Tue, 12 Jan 2016)
New Revision: 36811

Modified:
   libmicrohttpd/ChangeLog
   libmicrohttpd/src/include/microhttpd.h
Log:
microhttpd.h: fixed declaration of MHD_get_reason_phrase_for()

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2016-01-12 14:47:58 UTC (rev 36810)
+++ libmicrohttpd/ChangeLog     2016-01-12 16:15:24 UTC (rev 36811)
@@ -1,3 +1,6 @@
+Tue Jan 12 16:10:09 CET 2016
+       Fixed declaraion of MHD_get_reason_phrase_for(). -EG
+
 Mon Jan 11 19:58:50 CET 2016
        Configure.ac small fixes and refactoring. -EG
 

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2016-01-12 14:47:58 UTC (rev 
36810)
+++ libmicrohttpd/src/include/microhttpd.h      2016-01-12 16:15:24 UTC (rev 
36811)
@@ -130,7 +130,7 @@
  * Current version of the library.
  * 0x01093001 = 1.9.30-1.
  */
-#define MHD_VERSION 0x00094800
+#define MHD_VERSION 0x00094801
 
 /**
  * MHD-internal return code for "YES".
@@ -366,7 +366,7 @@
  * If we don't have a string for a status code, we give the first
  * message in that status code class.
  */
-const char *
+_MHD_EXTERN const char *
 MHD_get_reason_phrase_for (unsigned int code);
 
 




reply via email to

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