summaryrefslogtreecommitdiff
path: root/content/hlcache.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/hlcache.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/hlcache.h')
-rw-r--r--content/hlcache.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/hlcache.h b/content/hlcache.h
index afc755e42..5ed37203d 100644
--- a/content/hlcache.h
+++ b/content/hlcache.h
@@ -64,6 +64,11 @@ enum hlcache_retrieve_flag {
};
/**
+ * Finalise the high-level cache, destroying any remaining contents
+ */
+void hlcache_finalise(void);
+
+/**
* Drive the low-level cache poll loop, and attempt to clean the cache.
* No guarantee is made about what, if any, cache cleaning will occur.
*