|
|
@@ -2507,7 +2507,7 @@ If returned value is not @code{NULL}, the value must be @code{MHD_free()}'ed.
|
|
|
If returned value is not @code{NULL}, the value must be @code{MHD_free()}'ed.
|
|
|
@end deftypefun
|
|
|
|
|
|
-@deftypefun {int} MHD_queue_basic_auth_fail_response (struct MHD_Connection *connection, const char *realm, struct MHD_Response *response)
|
|
|
+@deftypefun {enum MHD_Result} MHD_queue_basic_auth_fail_response (struct MHD_Connection *connection, const char *realm, struct MHD_Response *response)
|
|
|
Queues a response to request basic authentication from the client.
|
|
|
Return @code{MHD_YES} if successful, otherwise @code{MHD_NO}.
|
|
|
|