summaryrefslogtreecommitdiff
path: root/beos/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'beos/gui.h')
-rw-r--r--beos/gui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/beos/gui.h b/beos/gui.h
index b9d66320c..ea1a8ad3a 100644
--- a/beos/gui.h
+++ b/beos/gui.h
@@ -32,6 +32,9 @@
extern bool replicated;
int gui_init_replicant(int argc, char** argv);
+extern "C" void gui_401login_open(nsurl *url, const char *realm,
+ nserror (*cb)(bool proceed, void *pw), void *cbpw);
+
extern char *options_file_location;