summaryrefslogtreecommitdiff
path: root/riscos/hotlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/hotlist.h')
-rw-r--r--riscos/hotlist.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/riscos/hotlist.h b/riscos/hotlist.h
index 05ff08811..25e4794a7 100644
--- a/riscos/hotlist.h
+++ b/riscos/hotlist.h
@@ -36,6 +36,8 @@
#include "riscos/menus.h"
+struct nsurl;
+
void ro_gui_hotlist_preinitialise(void);
void ro_gui_hotlist_postinitialise(void);
void ro_gui_hotlist_destroy(void);
@@ -43,7 +45,7 @@ void ro_gui_hotlist_open(void);
void ro_gui_hotlist_save(void);
bool ro_gui_hotlist_check_window(wimp_w window);
bool ro_gui_hotlist_check_menu(wimp_menu *menu);
-void ro_gui_hotlist_add_page(const char *url);
+void ro_gui_hotlist_add_page(nsurl *url);
void ro_gui_hotlist_add_cleanup(void);
#endif