/* * 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 2005 Richard Wilson */ #ifndef _NETSURF_RISCOS_FILENAME_H_ #define _NETSURF_RISCOS_FILENAME_H_ #include #define CACHE_FILENAME_PREFIX ".WWW.NetSurf.Cache" char *ro_filename_request(void); bool ro_filename_claim(const char *filename); void ro_filename_release(const char *filename); bool ro_filename_initialise(void); void ro_filename_flush(void); #endif