| 34 |
|
|
| 35 |
extern int article_cache_generate(const char *cache_dir, const ARTICLE *p_article, const SECTION_LIST *p_section, |
extern int article_cache_generate(const char *cache_dir, const ARTICLE *p_article, const SECTION_LIST *p_section, |
| 36 |
const char *content, const char *sub_ip, int overwrite); |
const char *content, const char *sub_ip, int overwrite); |
| 37 |
|
extern void article_cache_cleanup(void); |
| 38 |
|
|
| 39 |
extern int article_cache_load(ARTICLE_CACHE *p_cache, const char *cache_dir, const ARTICLE *p_article); |
extern int article_cache_load(ARTICLE_CACHE *p_cache, const char *cache_dir, const ARTICLE *p_article); |
| 40 |
extern int article_cache_unload(ARTICLE_CACHE *p_cache); |
extern int article_cache_unload(ARTICLE_CACHE *p_cache); |