From 97810d0c1aeab995d0b27c976c8d3e9e1a0c8b3f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 13 Aug 2018 17:52:44 +0100 Subject: Monkey: Update for new HTTP auth API. --- frontends/monkey/401login.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'frontends/monkey/401login.h') diff --git a/frontends/monkey/401login.h b/frontends/monkey/401login.h index e78355ea2..93606e5b9 100644 --- a/frontends/monkey/401login.h +++ b/frontends/monkey/401login.h @@ -5,5 +5,9 @@ #include "utils/errors.h" -void gui_401login_open(nsurl *url, const char *realm, - nserror (*cb)(bool proceed, void *pw), void *cbpw); +nserror gui_401login_open(nsurl *url, const char *realm, + const char *username, const char *password, + nserror (*cb)(const char *username, + const char *password, + void *pw), + void *cbpw); -- cgit v1.2.3