summaryrefslogtreecommitdiff
path: root/riscos/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/window.h')
-rw-r--r--riscos/window.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/riscos/window.h b/riscos/window.h
index 679fa9801..b55f1120d 100644
--- a/riscos/window.h
+++ b/riscos/window.h
@@ -25,11 +25,13 @@
#ifndef _NETSURF_RISCOS_WINDOW_H_
#define _NETSURF_RISCOS_WINDOW_H_
-extern struct gui_window_table *riscos_gui_window_table;
+extern struct gui_window_table *riscos_window_table;
void ro_gui_window_initialise(void);
bool ro_gui_window_check_menu(wimp_menu *menu);
+void gui_window_set_url(struct gui_window *g, const char *url);
+
#endif