summaryrefslogtreecommitdiff
path: root/riscos/filename.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/filename.h')
-rw-r--r--riscos/filename.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/riscos/filename.h b/riscos/filename.h
deleted file mode 100644
index f53025af8..000000000
--- a/riscos/filename.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * 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 <info@tinct.net>
- */
-
-#ifndef _NETSURF_RISCOS_FILENAME_H_
-#define _NETSURF_RISCOS_FILENAME_H_
-
-#include <stdbool.h>
-
-#define CACHE_FILENAME_PREFIX "<Wimp$ScrapDir>.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