| 70 |
|
|
| 71 |
extern SECTION_DATA *section_data_create(const char *sname, const char *stitle, const char *master_name); |
extern SECTION_DATA *section_data_create(const char *sname, const char *stitle, const char *master_name); |
| 72 |
extern int section_data_free_block(SECTION_DATA *p_section); |
extern int section_data_free_block(SECTION_DATA *p_section); |
| 73 |
extern SECTION_DATA *section_data_find_by_name(const char *sname); |
extern SECTION_DATA *section_data_find_section_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_find_article_by_aid(SECTION_DATA *p_section, int32_t aid); |
extern ARTICLE *section_data_find_article_by_aid(SECTION_DATA *p_section, int32_t aid); |