summaryrefslogtreecommitdiff
path: root/desktop/history_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/history_core.h')
-rw-r--r--desktop/history_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/history_core.h b/desktop/history_core.h
index 4889ad524..d1f55ad83 100644
--- a/desktop/history_core.h
+++ b/desktop/history_core.h
@@ -19,6 +19,7 @@ struct history;
struct browser_window;
struct history *history_create(void);
+struct history *history_clone(struct history *history);
void history_add(struct history *history, struct content *content,
char *frag_id);
void history_update(struct history *history, struct content *content);