aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-11-23 18:08:35 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-11-23 18:08:35 +0300
commit54cd6ac43708793ee7e03a2ac1038fd86e045030 (patch)
tree4933c452b712c385804661569b25d8ca89d4320d /src/include/microhttpd.h
parentadd9d89d3b3b5be84b35ef85d490a1b2b34bca7f (diff)
downloadlibmicrohttpd-54cd6ac43708793ee7e03a2ac1038fd86e045030.tar.gz
libmicrohttpd-54cd6ac43708793ee7e03a2ac1038fd86e045030.zip
Improved doxy for MHD_free() and MHD_digest_auth_get_username()
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 6b749477..e7d8bf52 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -3117,6 +3117,7 @@ MHD_digest_auth_get_username (struct MHD_Connection *connection);
3117 * Free the memory given by @a ptr. Calls "free(ptr)". This function 3117 * Free the memory given by @a ptr. Calls "free(ptr)". This function
3118 * should be used to free the username returned by 3118 * should be used to free the username returned by
3119 * #MHD_digest_auth_get_username(). 3119 * #MHD_digest_auth_get_username().
3120 * @note Since v0.9.56
3120 * 3121 *
3121 * @param ptr pointer to free. 3122 * @param ptr pointer to free.
3122 */ 3123 */