aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-01 15:09:14 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-01 15:09:14 +0000
commit260dd93fdabe89e8c715286c20e23124a79c2b54 (patch)
treebca1fd848f95def607f35e1dabad90eab106e7b0 /src/include/microhttpd.h
parentd4a325b3edd24ba5ac1957898fd089b3a810a84f (diff)
downloadlibmicrohttpd-260dd93fdabe89e8c715286c20e23124a79c2b54.tar.gz
libmicrohttpd-260dd93fdabe89e8c715286c20e23124a79c2b54.zip
enable poll more broadly, fix timeout, use pipe instead of signal
Diffstat (limited to 'src/include/microhttpd.h')
-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 881ff312..3f3b61de 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -106,7 +106,7 @@ extern "C"
106/** 106/**
107 * Current version of the library. 107 * Current version of the library.
108 */ 108 */
109#define MHD_VERSION 0x00090702 109#define MHD_VERSION 0x00090703
110 110
111/** 111/**
112 * MHD-internal return code for "YES". 112 * MHD-internal return code for "YES".