summaryrefslogtreecommitdiff
path: root/desktop/history_core.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-04-22 16:38:13 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-04-22 16:38:13 +0000
commit2b87a0b14874d9530d9aca3fb18f5bb74259beae (patch)
treeb27d8f6d99b6768b17321a8ab1a2507ca0636db2 /desktop/history_core.h
parent229731ac822fafb017d767552990706209a55958 (diff)
downloadnetsurf-2b87a0b14874d9530d9aca3fb18f5bb74259beae.tar.gz
netsurf-2b87a0b14874d9530d9aca3fb18f5bb74259beae.tar.bz2
Clone history for child browser windows.
svn path=/trunk/netsurf/; revision=2546
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);