--- lbbs/include/article_op.h 2025/09/30 04:56:25 1.1 +++ lbbs/include/article_op.h 2026/01/03 10:27:14 1.5 @@ -1,24 +1,18 @@ -/*************************************************************************** - article_op.h - description - ------------------- - Copyright : (C) 2004-2025 by Leaflet - Email : leaflet@leafok.com - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 3 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ +/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* + * article_op + * - basic operations of articles + * + * Copyright (C) 2004-2026 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_