/[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.1 by sysadm, Wed May 21 04:07:42 2025 UTC Revision 1.3 by sysadm, Wed May 21 09:18:17 2025 UTC
# Line 70  extern void section_data_pool_cleanup(vo Line 70  extern void section_data_pool_cleanup(vo
70    
71  extern SECTION_DATA *section_data_create(const char *sname, const char *stitle, const char *master_name);  extern SECTION_DATA *section_data_create(const char *sname, const char *stitle, const char *master_name);
72  extern int section_data_free_block(SECTION_DATA *p_section);  extern int section_data_free_block(SECTION_DATA *p_section);
73  extern SECTION_DATA *section_data_find_by_name(const char *sname);  extern SECTION_DATA *section_data_find_section_by_name(const char *sname);
74    
75  extern int section_data_append_article(SECTION_DATA *p_section, const ARTICLE *p_article);  extern int section_data_append_article(SECTION_DATA *p_section, const ARTICLE *p_article);
76  extern ARTICLE *section_data_search_article(SECTION_DATA *p_section, int32_t aid);  extern ARTICLE *section_data_find_article_by_aid(SECTION_DATA *p_section, int32_t aid);
77    extern ARTICLE *section_data_find_article_by_index(SECTION_DATA *p_section, int index);
78  extern int section_data_mark_del_article(SECTION_DATA *p_section, int32_t aid);  extern int section_data_mark_del_article(SECTION_DATA *p_section, int32_t aid);


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

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