summaryrefslogtreecommitdiff
path: root/webauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'webauth.c')
-rw-r--r--webauth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/webauth.c b/webauth.c
index 30f78af..66fbf3c 100644
--- a/webauth.c
+++ b/webauth.c
@@ -54,9 +54,9 @@ char* string2base64(const char* message)
// Ask For Authentication
//***************************************************************************
-int cEpgHttpd::askForAuthentication(struct MHD_Connection* connection, const char* realm)
+MHD_Result cEpgHttpd::askForAuthentication(struct MHD_Connection* connection, const char* realm)
{
- int status;
+ MHD_Result status;
struct MHD_Response* response;
char* headervalue = 0;