mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-01 16:54:30 +03:00
a836591435
svn path=/trunk/netsurf/; revision=2739
20 lines
434 B
C
20 lines
434 B
C
/*
|
|
* This file is part of NetSurf, http://netsurf.sourceforge.net/
|
|
* 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);
|
|
int ro_gui_cookies_help(int x, int y);
|
|
|
|
|
|
#endif
|