From 0de2013f253923a413ed80e1935a149eeea1a8c1 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 27 Apr 2010 06:48:09 +0000 Subject: Clean up caches on exit svn path=/trunk/netsurf/; revision=10494 --- content/hlcache.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'content/hlcache.h') diff --git a/content/hlcache.h b/content/hlcache.h index afc755e42..5ed37203d 100644 --- a/content/hlcache.h +++ b/content/hlcache.h @@ -63,6 +63,11 @@ enum hlcache_retrieve_flag { HLCACHE_RETRIEVE_MAY_DOWNLOAD = (1 << 31) }; +/** + * 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. -- cgit v1.2.3