aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-02 21:56:55 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-02 21:56:55 +0200
commit860b42e9180da4dcd7e8690a3fcdb4e37e5772c5 (patch)
treeff37ecdb57fc300ef3d53d623f6f01786f237f37 /src/include
parenta110ae6276660bee3caab30e9ff3f12f85cf3241 (diff)
downloadlibmicrohttpd-860b42e9180da4dcd7e8690a3fcdb4e37e5772c5.tar.gz
libmicrohttpd-860b42e9180da4dcd7e8690a3fcdb4e37e5772c5.zip
fix return value of MHD_queue_basic_auth_fail_response
Diffstat (limited to 'src/include')
-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 00d4f9bd..7de7686b 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -3733,7 +3733,7 @@ MHD_basic_auth_get_username_password (struct MHD_Connection *connection,
3733 * @return #MHD_YES on success, #MHD_NO otherwise 3733 * @return #MHD_YES on success, #MHD_NO otherwise
3734 * @ingroup authentication 3734 * @ingroup authentication
3735 */ 3735 */
3736_MHD_EXTERN int 3736_MHD_EXTERN enum MHD_Result
3737MHD_queue_basic_auth_fail_response (struct MHD_Connection *connection, 3737MHD_queue_basic_auth_fail_response (struct MHD_Connection *connection,
3738 const char *realm, 3738 const char *realm,
3739 struct MHD_Response *response); 3739 struct MHD_Response *response);