summaryrefslogtreecommitdiff
path: root/content/llcache.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-04-27 06:48:09 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-04-27 06:48:09 +0000
commit0de2013f253923a413ed80e1935a149eeea1a8c1 (patch)
tree6fc4daa177de805cca76f8b1c4ed8a94a0c6b059 /content/llcache.h
parent9c488e3d956e9cb2cb8106bf4c416511c044169f (diff)
downloadnetsurf-0de2013f253923a413ed80e1935a149eeea1a8c1.tar.gz
netsurf-0de2013f253923a413ed80e1935a149eeea1a8c1.tar.bz2
Clean up caches on exit
svn path=/trunk/netsurf/; revision=10494
Diffstat (limited to 'content/llcache.h')
-rw-r--r--content/llcache.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/llcache.h b/content/llcache.h
index 3a1e32ca9..d7958b056 100644
--- a/content/llcache.h
+++ b/content/llcache.h
@@ -161,6 +161,11 @@ typedef nserror (*llcache_query_callback)(const llcache_query *query, void *pw,
nserror llcache_initialise(llcache_query_callback cb, void *pw);
/**
+ * Finalise the low-level cache
+ */
+void llcache_finalise(void);
+
+/**
* Cause the low-level cache to emit any pending notifications
* and attempt to clean the cache. No guarantee is made about
* what, if any, cache cleaning will occur.