diff options
Diffstat (limited to 'webauth.c')
-rw-r--r-- | webauth.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |