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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 9d9af65d..3d3de5f8 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -121,7 +121,7 @@ extern "C"
121 * Current version of the library. 121 * Current version of the library.
122 * 0x01093001 = 1.9.30-1. 122 * 0x01093001 = 1.9.30-1.
123 */ 123 */
124#define MHD_VERSION 0x00093001 124#define MHD_VERSION 0x00093002
125 125
126/** 126/**
127 * MHD-internal return code for "YES". 127 * MHD-internal return code for "YES".
@@ -314,6 +314,7 @@ extern "C"
314#define MHD_HTTP_HEADER_VIA "Via" 314#define MHD_HTTP_HEADER_VIA "Via"
315#define MHD_HTTP_HEADER_WARNING "Warning" 315#define MHD_HTTP_HEADER_WARNING "Warning"
316#define MHD_HTTP_HEADER_WWW_AUTHENTICATE "WWW-Authenticate" 316#define MHD_HTTP_HEADER_WWW_AUTHENTICATE "WWW-Authenticate"
317#define MHD_HTTP_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN "Access-Control-Allow-Origin"
317 318
318/** @} */ /* end of group headers */ 319/** @} */ /* end of group headers */
319 320