--- lbbs/include/article_cache.h 2025/06/21 02:15:18 1.7 +++ lbbs/include/article_cache.h 2025/06/21 06:52:24 1.8 @@ -34,6 +34,7 @@ typedef struct article_cache_t ARTICLE_C extern int article_cache_generate(const char *cache_dir, const ARTICLE *p_article, const SECTION_LIST *p_section, const char *content, const char *sub_ip, int overwrite); +extern void article_cache_cleanup(void); extern int article_cache_load(ARTICLE_CACHE *p_cache, const char *cache_dir, const ARTICLE *p_article); extern int article_cache_unload(ARTICLE_CACHE *p_cache);