summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index 25f01d04c..4f8443388 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -107,6 +107,9 @@ void gui_redraw_gadget(struct browser_window* bw, struct form_control* g);
bool browser_window_key_press(struct browser_window *bw, char key);
+/* In platform specific hotlist.c. */
+void hotlist_visited(struct content *content);
+
/* In platform specific history.c. */
struct history *history_create(void);
void history_add(struct history *history, struct content *content);