libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 6c4c13ef876c8ed133d36978575885abb066e10f
parent 3de0ceb242d835232bf5bcedde7d2cef2ecff357
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  9 Oct 2017 22:43:02 +0200

add MHD_free(), actual 'code' and symbol export

Diffstat:
Msrc/include/microhttpd.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -3120,7 +3120,7 @@ MHD_digest_auth_get_username (struct MHD_Connection *connection); * * @param ptr pointer to free. */ -void +_MHD_EXTERN void MHD_free (void *ptr);