summaryrefslogtreecommitdiff
path: root/amiga/hotlist.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-23 21:56:49 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-23 21:56:49 +0000
commit11d7e4574a06a2c34e53e2ce31b17576fba9520a (patch)
tree3199fb5683de9795d14fce703fcf457f5cf83ff4 /amiga/hotlist.h
parent7be654c21f3b31862db4bad0a1162af40deb431e (diff)
downloadnetsurf-11d7e4574a06a2c34e53e2ce31b17576fba9520a.tar.gz
netsurf-11d7e4574a06a2c34e53e2ce31b17576fba9520a.tar.bz2
Basic hotlist support
svn path=/trunk/netsurf/; revision=5188
Diffstat (limited to 'amiga/hotlist.h')
-rwxr-xr-xamiga/hotlist.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/amiga/hotlist.h b/amiga/hotlist.h
new file mode 100755
index 000000000..92e4a0e98
--- /dev/null
+++ b/amiga/hotlist.h
@@ -0,0 +1,25 @@
+/*
+ * Copyright 2008 Chris Young <chris@unsatisfactorysoftware.co.uk>
+ *
+ * This file is part of NetSurf, http://www.netsurf-browser.org/
+ *
+ * NetSurf is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * NetSurf is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef AMIGA_HOTLIST_H
+#define AMIGA_HOTLIST_H
+#include "desktop/tree.h"
+
+void ami_hotlist_init(struct tree **hotlist);
+void ami_hotlist_add(struct node *node,struct content *c);
+#endif