From 2b87a0b14874d9530d9aca3fb18f5bb74259beae Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sat, 22 Apr 2006 16:38:13 +0000 Subject: Clone history for child browser windows. svn path=/trunk/netsurf/; revision=2546 --- desktop/history_core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/history_core.h') 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); -- cgit v1.2.3