aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/digestauth.c
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/microhttpd/digestauth.c
parentadd9d89d3b3b5be84b35ef85d490a1b2b34bca7f (diff)
downloadlibmicrohttpd-54cd6ac43708793ee7e03a2ac1038fd86e045030.tar.gz
libmicrohttpd-54cd6ac43708793ee7e03a2ac1038fd86e045030.zip
Improved doxy for MHD_free() and MHD_digest_auth_get_username()
Diffstat (limited to 'src/microhttpd/digestauth.c')
-rw-r--r--src/microhttpd/digestauth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
index ace3cdc2..509652e8 100644
--- a/src/microhttpd/digestauth.c
+++ b/src/microhttpd/digestauth.c
@@ -462,6 +462,7 @@ check_nonce_nc (struct MHD_Connection *connection,
462 * @param connection The MHD connection structure 462 * @param connection The MHD connection structure
463 * @return NULL if no username could be found, a pointer 463 * @return NULL if no username could be found, a pointer
464 * to the username if found 464 * to the username if found
465 * @warning Returned value must be freed by #MHD_free().
465 * @ingroup authentication 466 * @ingroup authentication
466 */ 467 */
467char * 468char *