summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2004-06-26 22:31:34 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2004-06-26 22:31:34 +0000
commit4d190d89ee4581ac0712b34095072455adad93b9 (patch)
tree9a87585468955e9eec4f7afb3fa1c6e2de00be91 /desktop
parent07df357289fe523350aec98f4bb7678128a416e4 (diff)
downloadnetsurf-4d190d89ee4581ac0712b34095072455adad93b9.tar.gz
netsurf-4d190d89ee4581ac0712b34095072455adad93b9.tar.bz2
[project @ 2004-06-26 22:31:34 by rjw]
Visual representation of navigation features availble svn path=/import/netsurf/; revision=1015
Diffstat (limited to 'desktop')
-rw-r--r--desktop/browser.h2
1 files changed, 2 insertions, 0 deletions
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,