aboutsummaryrefslogtreecommitdiff
path: root/doc/libmicrohttpd.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libmicrohttpd.texi')
-rw-r--r--doc/libmicrohttpd.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index fd776028..e82ba393 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -2507,7 +2507,7 @@ If returned value is not @code{NULL}, the value must be @code{MHD_free()}'ed.
2507If returned value is not @code{NULL}, the value must be @code{MHD_free()}'ed. 2507If returned value is not @code{NULL}, the value must be @code{MHD_free()}'ed.
2508@end deftypefun 2508@end deftypefun
2509 2509
2510@deftypefun {int} MHD_queue_basic_auth_fail_response (struct MHD_Connection *connection, const char *realm, struct MHD_Response *response) 2510@deftypefun {enum MHD_Result} MHD_queue_basic_auth_fail_response (struct MHD_Connection *connection, const char *realm, struct MHD_Response *response)
2511Queues a response to request basic authentication from the client. 2511Queues a response to request basic authentication from the client.
2512Return @code{MHD_YES} if successful, otherwise @code{MHD_NO}. 2512Return @code{MHD_YES} if successful, otherwise @code{MHD_NO}.
2513 2513