From 1978e62d05b983740119d7628e9bf768b5436942 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 11 Oct 2008 21:59:22 +0000 Subject: Improved treeview browser - cookies tree part (missed off previous commit) svn path=/trunk/netsurf/; revision=5543 --- amiga/cookies.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 amiga/cookies.h (limited to 'amiga/cookies.h') 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 + * + * 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 . + */ + +#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 -- cgit v1.2.3