--- lbbs/include/article_op.h 2025/11/04 14:58:55 1.3 +++ lbbs/include/article_op.h 2025/12/25 14:37:08 1.4 @@ -9,8 +9,10 @@ #ifndef _ARTICLE_OP_H_ #define _ARTICLE_OP_H_ +#include "section_list.h" #include extern int display_article_meta(int32_t aid); +extern int article_excerption_set(SECTION_LIST *p_section, int32_t aid, int8_t set); #endif //_ARTICLE_OP_H_