/[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.39 by sysadm, Thu Nov 20 13:24:13 2025 UTC Revision 1.40 by sysadm, Wed Nov 26 02:04:02 2025 UTC
# Line 138  extern int get_section_info(SECTION_LIST Line 138  extern int get_section_info(SECTION_LIST
138    
139  extern int section_list_append_article(SECTION_LIST *p_section, const ARTICLE *p_article_src);  extern int section_list_append_article(SECTION_LIST *p_section, const ARTICLE *p_article_src);
140  extern int section_list_set_article_visible(SECTION_LIST *p_section, int32_t aid, int8_t visible);  extern int section_list_set_article_visible(SECTION_LIST *p_section, int32_t aid, int8_t visible);
141    extern int section_list_set_article_excerption(SECTION_LIST *p_section, int32_t aid, int8_t excerption);
142    
143  extern int section_list_update_article_ontop(SECTION_LIST *p_section, ARTICLE *p_article);  extern int section_list_update_article_ontop(SECTION_LIST *p_section, ARTICLE *p_article);
144  extern int section_list_page_count_with_ontop(SECTION_LIST *p_section);  extern int section_list_page_count_with_ontop(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