summaryrefslogtreecommitdiff
path: root/amiga/hotlist.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-10-05 19:14:46 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-10-05 19:14:46 +0000
commit6173bb0e6c3bf51cd463f7bc4f725429d9087b2b (patch)
treede3e013699742960b97ee4a5eda240908d0ea8e6 /amiga/hotlist.h
parent195c1ea3193f169c6825eca1fc6207e138126e98 (diff)
downloadnetsurf-6173bb0e6c3bf51cd463f7bc4f725429d9087b2b.tar.gz
netsurf-6173bb0e6c3bf51cd463f7bc4f725429d9087b2b.tar.bz2
Merge treeview-redux to trunk
svn path=/trunk/netsurf/; revision=10865
Diffstat (limited to 'amiga/hotlist.h')
-rwxr-xr-xamiga/hotlist.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/amiga/hotlist.h b/amiga/hotlist.h
index eed5b0eed..ee258af7b 100755
--- a/amiga/hotlist.h
+++ b/amiga/hotlist.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Chris Young <chris@unsatisfactorysoftware.co.uk>
+ * Copyright 2008, 2009 Chris Young <chris@unsatisfactorysoftware.co.uk>
*
* This file is part of NetSurf, http://www.netsurf-browser.org/
*
@@ -19,9 +19,10 @@
#ifndef AMIGA_HOTLIST_H
#define AMIGA_HOTLIST_H
#include "desktop/tree.h"
+#include "amiga/tree.h"
-void ami_hotlist_init(struct tree **hotlist);
-void ami_hotlist_add(struct node *node, struct hlcache_handle *c);
+void ami_hotlist_initialise(const char *hotlist_file);
+void ami_hotlist_free(const char *hotlist_file);
-struct tree *hotlist;
+struct treeview_window *hotlist_window;
#endif