From e083b503a0608f99b0651cc55bafd3a99f2121b4 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 13 Mar 2011 20:20:31 +0000 Subject: Ensure we stop the hlcache schedule before we quit the gui svn path=/trunk/netsurf/; revision=12036 --- content/hlcache.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'content/hlcache.h') diff --git a/content/hlcache.h b/content/hlcache.h index 6738fea53..3006b9e4d 100644 --- a/content/hlcache.h +++ b/content/hlcache.h @@ -72,6 +72,12 @@ enum hlcache_retrieve_flag { */ nserror hlcache_initialise(llcache_query_callback cb, void *pw); +/** + * Stop the high-level cache periodic functionality so that the + * exit sequence can run. + */ +void hlcache_stop(void); + /** * Finalise the high-level cache, destroying any remaining contents */ -- cgit v1.2.3