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 642441fdd..6689bd81a 100644
--- a/beos/gui.h
+++ b/beos/gui.h
@@ -29,12 +29,15 @@
#define CALLED() fprintf(stderr, "%s()\n", __FUNCTION__);
+extern bool nsbeos_done;
+
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 "C" void nsbeos_gui_poll(void);
extern char *options_file_location;