summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2004-07-03 17:30:28 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2004-07-03 17:30:28 +0000
commitc499ad907dc2d77bf9cf40fd099b2025766b6bc6 (patch)
tree2fb9651eecc9643c67ccf49ea136d39a1626d87c /desktop/browser.h
parent7212736a622bb32d213261470e2286400f1fa6af (diff)
downloadnetsurf-c499ad907dc2d77bf9cf40fd099b2025766b6bc6.tar.gz
netsurf-c499ad907dc2d77bf9cf40fd099b2025766b6bc6.tar.bz2
[project @ 2004-07-03 17:30:27 by rjw]
Further development of the selection and display code. svn path=/import/netsurf/; revision=1042
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);