From 4d190d89ee4581ac0712b34095072455adad93b9 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sat, 26 Jun 2004 22:31:34 +0000 Subject: [project @ 2004-06-26 22:31:34 by rjw] Visual representation of navigation features availble svn path=/import/netsurf/; revision=1015 --- desktop/browser.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'desktop') diff --git a/desktop/browser.h b/desktop/browser.h index ea3d98a2d..02a2476cd 100644 --- a/desktop/browser.h +++ b/desktop/browser.h @@ -114,6 +114,8 @@ void history_update(struct history *history, struct content *content); void history_destroy(struct history *history); void history_back(struct browser_window *bw, struct history *history); void history_forward(struct browser_window *bw, struct history *history); +bool history_back_available(struct history *history); +bool history_forward_available(struct history *history); /* In platform specific about.c. */ struct content *about_create(const char *url, -- cgit v1.2.3