aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-16 19:56:26 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-16 19:56:26 +0000
commitdcc7066746037f61e9645b70d6526a44efdba093 (patch)
treec3ab2d3e0ccf14322a3a27c2a50a2cb80f9659f1 /src/include
parent535985fe1c4cd920c2d042fa810753a6b0b9ceb8 (diff)
downloadlibmicrohttpd-dcc7066746037f61e9645b70d6526a44efdba093.tar.gz
libmicrohttpd-dcc7066746037f61e9645b70d6526a44efdba093.zip
print warning if application code performing connection POST processing is buggy
Diffstat (limited to 'src/include')
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 874da9f1..f72f9c39 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 0x00095000 133#define MHD_VERSION 0x00095001
134 134
135/** 135/**
136 * MHD-internal return code for "YES". 136 * MHD-internal return code for "YES".