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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 17d8c85c..838fe65a 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -130,7 +130,7 @@ typedef intptr_t ssize_t;
130 * Current version of the library. 130 * Current version of the library.
131 * 0x01093001 = 1.9.30-1. 131 * 0x01093001 = 1.9.30-1.
132 */ 132 */
133#define MHD_VERSION 0x00094800 133#define MHD_VERSION 0x00094801
134 134
135/** 135/**
136 * MHD-internal return code for "YES". 136 * MHD-internal return code for "YES".
@@ -366,7 +366,7 @@ _MHD_DEPR_MACRO("Macro MHD_LONG_LONG_PRINTF is deprecated, use MHD_UNSIGNED_LONG
366 * If we don't have a string for a status code, we give the first 366 * If we don't have a string for a status code, we give the first
367 * message in that status code class. 367 * message in that status code class.
368 */ 368 */
369const char * 369_MHD_EXTERN const char *
370MHD_get_reason_phrase_for (unsigned int code); 370MHD_get_reason_phrase_for (unsigned int code);
371 371
372 372