diff options
author | John Mark Bell <jmb@netsurf-browser.org> | 2010-04-27 06:48:09 +0000 |
---|---|---|
committer | John Mark Bell <jmb@netsurf-browser.org> | 2010-04-27 06:48:09 +0000 |
commit | 0de2013f253923a413ed80e1935a149eeea1a8c1 (patch) | |
tree | 6fc4daa177de805cca76f8b1c4ed8a94a0c6b059 /content/hlcache.h | |
parent | 9c488e3d956e9cb2cb8106bf4c416511c044169f (diff) | |
download | netsurf-0de2013f253923a413ed80e1935a149eeea1a8c1.tar.gz |
Clean up caches on exit
svn path=/trunk/netsurf/; revision=10494
Diffstat (limited to 'content/hlcache.h')
-rw-r--r-- | content/hlcache.h | 5 |
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. * |