summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index aec74e4b0..09f7e3c55 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -177,7 +177,8 @@ void ro_gui_history_mouse_at(wimp_pointer *pointer);
/* in hotlist.c */
void ro_gui_hotlist_init(void);
void ro_gui_hotlist_show(void);
-void ro_gui_hotlist_add(char *title, char *url);
+void ro_gui_hotlist_add(char *title, struct content *content);
+void ro_gui_hotlist_visited(struct content *content);
void ro_gui_hotlist_redraw(wimp_draw *redraw);
void ro_gui_hotlist_click(wimp_pointer *pointer);