--- lbbs/include/article_op.h 2025/11/04 13:49:50 1.2 +++ lbbs/include/article_op.h 2025/12/25 14:37:08 1.4 @@ -3,14 +3,16 @@ * article_op * - basic operations of articles * - * Copyright (C) 2004-2025 by Leaflet + * Copyright (C) 2004-2025 Leaflet */ #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_