diff options
Diffstat (limited to 'doc/libmicrohttpd.texi')
-rw-r--r-- | doc/libmicrohttpd.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi index 150dd048..f9569ace 100644 --- a/doc/libmicrohttpd.texi +++ b/doc/libmicrohttpd.texi | |||
@@ -2492,7 +2492,7 @@ If returned value is not @code{NULL}, the value must be @code{MHD_free()}'ed. | |||
2492 | If returned value is not @code{NULL}, the value must be @code{MHD_free()}'ed. | 2492 | If returned value is not @code{NULL}, the value must be @code{MHD_free()}'ed. |
2493 | @end deftypefun | 2493 | @end deftypefun |
2494 | 2494 | ||
2495 | @deftypefun {int} MHD_queue_basic_auth_fail_response (struct MHD_Connection *connection, const char *realm, struct MHD_Response *response) | 2495 | @deftypefun {enum MHD_Result} MHD_queue_basic_auth_fail_response (struct MHD_Connection *connection, const char *realm, struct MHD_Response *response) |
2496 | Queues a response to request basic authentication from the client. | 2496 | Queues a response to request basic authentication from the client. |
2497 | Return @code{MHD_YES} if successful, otherwise @code{MHD_NO}. | 2497 | Return @code{MHD_YES} if successful, otherwise @code{MHD_NO}. |
2498 | 2498 | ||