summaryrefslogtreecommitdiff
path: root/riscos/hotlist.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-11-22 18:19:20 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-11-22 18:19:20 +0000
commit24d09167788495cc3c39baed8c7d90e844638aa7 (patch)
treea326f4fdfc28622daf6e8e6fcc3724eaae8e920a /riscos/hotlist.h
parent68a4fe32d06eb3cdba0c63eef99ae1f75f451db9 (diff)
downloadnetsurf-24d09167788495cc3c39baed8c7d90e844638aa7.tar.gz
netsurf-24d09167788495cc3c39baed8c7d90e844638aa7.tar.bz2
Make RO hotlist add function take nsurl.
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