mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-01 02:26:58 +03:00
18 lines
394 B
C
18 lines
394 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);
|
||
|
|
||
|
#endif
|