From c499ad907dc2d77bf9cf40fd099b2025766b6bc6 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sat, 3 Jul 2004 17:30:28 +0000 Subject: [project @ 2004-07-03 17:30:27 by rjw] Further development of the selection and display code. svn path=/import/netsurf/; revision=1042 --- desktop/browser.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'desktop/browser.h') 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); -- cgit v1.2.3