From 270ef59a98d34fef418fb6cd27e46f3edc912948 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 28 Mar 2010 12:56:39 +0000 Subject: Merge jmb/new-cache; r=dsilvers,rs=vince svn path=/trunk/netsurf/; revision=10180 --- desktop/history_core.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'desktop/history_core.h') diff --git a/desktop/history_core.h b/desktop/history_core.h index 46de18848..55b4e0bf1 100644 --- a/desktop/history_core.h +++ b/desktop/history_core.h @@ -25,15 +25,15 @@ #include -struct content; +struct hlcache_handle; 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, +void history_add(struct history *history, struct hlcache_handle *content, char *frag_id); -void history_update(struct history *history, struct content *content); +void history_update(struct history *history, struct hlcache_handle *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); -- cgit v1.2.3