summaryrefslogtreecommitdiff
path: root/riscos/filename.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2005-06-23 17:17:56 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2005-06-23 17:17:56 +0000
commitede57892c6ceb1ecc9c75cbc21d22ce92704ebd4 (patch)
tree28c9c411fe29cc58cb220c3674be4647a5a686d9 /riscos/filename.h
parent1916685b59c540d5d3b6e32c8704564179949c7b (diff)
downloadnetsurf-ede57892c6ceb1ecc9c75cbc21d22ce92704ebd4.tar.gz
netsurf-ede57892c6ceb1ecc9c75cbc21d22ce92704ebd4.tar.bz2
[project @ 2005-06-23 17:17:56 by rjw]
Clients now manage the persistent state. svn path=/import/netsurf/; revision=1760
Diffstat (limited to 'riscos/filename.h')
-rw-r--r--riscos/filename.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/filename.h b/riscos/filename.h
index 8dd6b20ce..f53025af8 100644
--- a/riscos/filename.h
+++ b/riscos/filename.h
@@ -12,10 +12,10 @@
#define CACHE_FILENAME_PREFIX "<Wimp$ScrapDir>.WWW.NetSurf.Cache"
-char *ro_filename_request(bool persistent);
+char *ro_filename_request(void);
+bool ro_filename_claim(const char *filename);
void ro_filename_release(const char *filename);
bool ro_filename_initialise(void);
-bool ro_filename_finalise(void);
void ro_filename_flush(void);