summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index 081040b2e..a0f7c6a19 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -162,6 +162,13 @@ void ro_gui_save_datasave_ack(wimp_message *message);
/* in filetype.c */
int ro_content_filetype(struct content *content);
+/* in schedule.c */
+extern bool sched_active;
+extern os_t sched_time;
+void schedule(int t, void (*callback)(void *p), void *p);
+void schedule_remove(void (*callback)(void *p), void *p);
+void schedule_run(void);
+
/* icon numbers */
#define ICON_TOOLBAR_THROBBER 1
#define ICON_TOOLBAR_URL 2