aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-10-09 22:43:02 +0200
committerChristian Grothoff <christian@grothoff.org>2017-10-09 22:43:02 +0200
commit6c4c13ef876c8ed133d36978575885abb066e10f (patch)
treebfb3ec099d374f227f78cb124a598307ad732940 /src/include/microhttpd.h
parent3de0ceb242d835232bf5bcedde7d2cef2ecff357 (diff)
downloadlibmicrohttpd-6c4c13ef876c8ed133d36978575885abb066e10f.tar.gz
libmicrohttpd-6c4c13ef876c8ed133d36978575885abb066e10f.zip
add MHD_free(), actual 'code' and symbol export
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 c2a9d32b..f797c01d 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -3120,7 +3120,7 @@ MHD_digest_auth_get_username (struct MHD_Connection *connection);
3120 * 3120 *
3121 * @param ptr pointer to free. 3121 * @param ptr pointer to free.
3122 */ 3122 */
3123void 3123_MHD_EXTERN void
3124MHD_free (void *ptr); 3124MHD_free (void *ptr);
3125 3125
3126 3126