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

Diff of /lbbs/include/section_list.h

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

Revision 1.11 by sysadm, Sat May 24 07:32:46 2025 UTC Revision 1.12 by sysadm, Sun May 25 06:56:48 2025 UTC
# Line 74  extern ARTICLE *article_block_find_by_in Line 74  extern ARTICLE *article_block_find_by_in
74    
75  extern int article_count_of_topic(int32_t aid);  extern int article_count_of_topic(int32_t aid);
76    
77  extern int section_list_pool_init(const char *filename);  extern int section_list_init(const char *filename);
78  extern void section_list_pool_cleanup(void);  extern void section_list_cleanup(void);
79    
80  extern SECTION_LIST *section_list_create(int32_t sid, const char *sname, const char *stitle, const char *master_name);  extern SECTION_LIST *section_list_create(int32_t sid, const char *sname, const char *stitle, const char *master_name);
81  extern void section_list_reset_articles(SECTION_LIST *p_section);  extern void section_list_reset_articles(SECTION_LIST *p_section);


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

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