aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/basicauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/basicauth.c')
-rw-r--r--src/microhttpd/basicauth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/basicauth.c b/src/microhttpd/basicauth.c
index b6d88ba3..f3c5f5b9 100644
--- a/src/microhttpd/basicauth.c
+++ b/src/microhttpd/basicauth.c
@@ -43,7 +43,7 @@
43 * to the username if found 43 * to the username if found
44 * @ingroup authentication 44 * @ingroup authentication
45 */ 45 */
46char * 46_MHD_EXTERN char *
47MHD_basic_auth_get_username_password (struct MHD_Connection *connection, 47MHD_basic_auth_get_username_password (struct MHD_Connection *connection,
48 char **password) 48 char **password)
49{ 49{
@@ -120,7 +120,7 @@ MHD_basic_auth_get_username_password (struct MHD_Connection *connection,
120 * @return #MHD_YES on success, #MHD_NO otherwise 120 * @return #MHD_YES on success, #MHD_NO otherwise
121 * @ingroup authentication 121 * @ingroup authentication
122 */ 122 */
123enum MHD_Result 123_MHD_EXTERN enum MHD_Result
124MHD_queue_basic_auth_fail_response (struct MHD_Connection *connection, 124MHD_queue_basic_auth_fail_response (struct MHD_Connection *connection,
125 const char *realm, 125 const char *realm,
126 struct MHD_Response *response) 126 struct MHD_Response *response)