summaryrefslogtreecommitdiff
path: root/riscos/cookies.h
blob: ca64f4c918e22a23dcc794562a458a80ba5d9f7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * This file is part of NetSurf, http://netsurf-browser.org/
 * Licensed under the GNU General Public License,
 *                http://www.opensource.org/licenses/gpl-license
 * Copyright 2006 Richard Wilson <info@tinct.net>
 */

/** \file
 * Cookies (interface).
 */

#ifndef _NETSURF_RISCOS_COOKIES_H_
#define _NETSURF_RISCOS_COOKIES_H_

void ro_gui_cookies_initialise(void);

#endif