/[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.2 by sysadm, Wed May 21 05:36:04 2025 UTC
# Line 73  extern int section_data_free_block(SECTI Line 73  extern int section_data_free_block(SECTI
73  extern SECTION_DATA *section_data_find_by_name(const char *sname);  extern SECTION_DATA *section_data_find_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