summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
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,