From 5bb5cedec5170ac2aa06a340159256b55505c427 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 28 Mar 2010 15:51:05 +0000 Subject: Changes required for new-cache svn path=/trunk/netsurf/; revision=10186 --- amiga/hotlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/hotlist.h') diff --git a/amiga/hotlist.h b/amiga/hotlist.h index 9ecd998c0..eed5b0eed 100755 --- a/amiga/hotlist.h +++ b/amiga/hotlist.h @@ -21,7 +21,7 @@ #include "desktop/tree.h" void ami_hotlist_init(struct tree **hotlist); -void ami_hotlist_add(struct node *node,struct content *c); +void ami_hotlist_add(struct node *node, struct hlcache_handle *c); struct tree *hotlist; #endif -- cgit v1.2.3