From e41e558c5faeac4c9619362ac441f0e0ac831d25 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 13 Aug 2018 17:43:41 +0100 Subject: Haiku: Update for new HTTP auth API. --- frontends/beos/gui.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'frontends/beos/gui.h') diff --git a/frontends/beos/gui.h b/frontends/beos/gui.h index debb5f339..35f3134fb 100644 --- a/frontends/beos/gui.h +++ b/frontends/beos/gui.h @@ -35,7 +35,12 @@ extern bool nsbeos_done; extern bool replicated; int gui_init_replicant(int argc, char** argv); -extern "C" void gui_401login_open(struct nsurl *url, const char *realm, nserror (*cb)(bool proceed, void *pw), void *cbpw); +extern "C" void 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); extern "C" void nsbeos_gui_poll(void); -- cgit v1.2.3