aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-12-08 22:54:33 +0100
committerChristian Grothoff <christian@grothoff.org>2018-12-08 22:54:33 +0100
commit2897bd23e57cf016a713876e551cd20b8a28427d (patch)
tree835d3e5972f83fd55eca47af047acdf3ce4eac23 /src/include/microhttpd.h
parentbcba3f58c5fc9b4a3776494d3edddceb244ab110 (diff)
downloadlibmicrohttpd-2897bd23e57cf016a713876e551cd20b8a28427d.tar.gz
libmicrohttpd-2897bd23e57cf016a713876e551cd20b8a28427d.zip
add test for RFC 7616 and document new API
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 7591bdc4..2362d2bc 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -3331,7 +3331,7 @@ MHD_digest_auth_check_digest (struct MHD_Connection *connection,
3331 * @return #MHD_YES on success, #MHD_NO otherwise 3331 * @return #MHD_YES on success, #MHD_NO otherwise
3332 * @ingroup authentication 3332 * @ingroup authentication
3333 */ 3333 */
3334int 3334_MHD_EXTERN int
3335MHD_queue_auth_fail_response2 (struct MHD_Connection *connection, 3335MHD_queue_auth_fail_response2 (struct MHD_Connection *connection,
3336 const char *realm, 3336 const char *realm,
3337 const char *opaque, 3337 const char *opaque,