| 74 |
|
|
| 75 |
extern int article_count_of_topic(int32_t aid); |
extern int article_count_of_topic(int32_t aid); |
| 76 |
|
|
| 77 |
extern int section_list_pool_init(const char *filename); |
extern int section_list_init(const char *filename); |
| 78 |
extern void section_list_pool_cleanup(void); |
extern void section_list_cleanup(void); |
| 79 |
|
|
| 80 |
extern SECTION_LIST *section_list_create(int32_t sid, const char *sname, const char *stitle, const char *master_name); |
extern SECTION_LIST *section_list_create(int32_t sid, const char *sname, const char *stitle, const char *master_name); |
| 81 |
extern void section_list_reset_articles(SECTION_LIST *p_section); |
extern void section_list_reset_articles(SECTION_LIST *p_section); |