summaryrefslogtreecommitdiff
path: root/frontends/gtk/login.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/gtk/login.h')
-rw-r--r--frontends/gtk/login.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/frontends/gtk/login.h b/frontends/gtk/login.h
index 00c29000c..1be1b4c29 100644
--- a/frontends/gtk/login.h
+++ b/frontends/gtk/login.h
@@ -26,6 +26,11 @@
/**
* login window request.
*/
-extern void gui_401login_open(struct nsurl *url, const char *realm, nserror (*cb)(bool proceed, void *pw), void *cbpw);
+extern 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);
#endif