/[LeafOK_CVS]/lbbs/include/article_cache.h
ViewVC logotype

Diff of /lbbs/include/article_cache.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.7 by sysadm, Sat Jun 21 02:15:18 2025 UTC Revision 1.8 by sysadm, Sat Jun 21 06:52:24 2025 UTC
# Line 34  typedef struct article_cache_t ARTICLE_C Line 34  typedef struct article_cache_t ARTICLE_C
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);


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1