aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-02-18 13:04:08 +0100
committerChristian Grothoff <christian@grothoff.org>2018-02-18 13:04:08 +0100
commit20d59376617881caf404fe3d9d83345f7ef78565 (patch)
tree0b7b0d6ff260a167824e1cfdc3831cb2f9110157 /README
parent21ee7de991140681bc29f8a24323237769d97856 (diff)
downloadlibmicrohttpd-20d59376617881caf404fe3d9d83345f7ef78565.tar.gz
libmicrohttpd-20d59376617881caf404fe3d9d83345f7ef78565.zip
warn users away from src/lib/
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 037387af..4780cabc 100644
--- a/README
+++ b/README
@@ -77,3 +77,13 @@ In particular, the following functions are not covered by 'make check':
77- parse_options (daemon.c) 77- parse_options (daemon.c)
78- MHD_set_panic_func (daemon.c) 78- MHD_set_panic_func (daemon.c)
79- MHD_get_version (daemon.c) 79- MHD_get_version (daemon.c)
80
81
82Note that the working library is in src/microhttpd/ with the API in
83src/include/microhttpd.h. An *experimental* (read: not yet working
84at all) newer implementation is in src/lib/, with the new API in
85src/include/microhttpd2.h. The experimental code will need MUCH
86more testing and development, you are strongly advised to stick
87to microhttpd.h unless you are a MHD developer!
88
89