summaryrefslogtreecommitdiff
path: root/amiga/cookies.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-10-11 21:59:22 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-10-11 21:59:22 +0000
commit1978e62d05b983740119d7628e9bf768b5436942 (patch)
treea0cfab3c07bea78fbc80b0e53226328bc63a6579 /amiga/cookies.h
parent86042c61eae1b38474b8e20ece95b2220a659ae4 (diff)
downloadnetsurf-1978e62d05b983740119d7628e9bf768b5436942.tar.gz
netsurf-1978e62d05b983740119d7628e9bf768b5436942.tar.bz2
Improved treeview browser - cookies tree part (missed off previous commit)
svn path=/trunk/netsurf/; revision=5543
Diffstat (limited to 'amiga/cookies.h')
-rwxr-xr-xamiga/cookies.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/amiga/cookies.h b/amiga/cookies.h
new file mode 100755
index 000000000..4d376434c
--- /dev/null
+++ b/amiga/cookies.h
@@ -0,0 +1,27 @@
+/*
+ * 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_COOKIES_H
+#define AMIGA_COOKIES_H
+#include "desktop/tree.h"
+
+void ami_cookies_initialise(void);
+void ami_cookies_free(void);
+
+struct tree *cookies_tree;
+#endif