| 82 |
// *p_page, *p_offset will be set as page / offset of the article with aid in *p_section (including both visible and invisible articles) |
// *p_page, *p_offset will be set as page / offset of the article with aid in *p_section (including both visible and invisible articles) |
| 83 |
// *pp_next will be set as pointer to the next article of the article with aid |
// *pp_next will be set as pointer to the next article of the article with aid |
| 84 |
// *pp_next will be set as head article of the section if the article with aid locates at the tail of the section |
// *pp_next will be set as head article of the section if the article with aid locates at the tail of the section |
| 85 |
extern ARTICLE * section_list_find_article_with_offset(SECTION_LIST *p_section, int32_t aid, int32_t *p_page, int32_t *p_offset, ARTICLE **pp_next); |
extern ARTICLE *section_list_find_article_with_offset(SECTION_LIST *p_section, int32_t aid, int32_t *p_page, int32_t *p_offset, ARTICLE **pp_next); |
| 86 |
|
|
| 87 |
extern int section_list_calculate_page(SECTION_LIST *p_section, int32_t start_aid); |
extern int section_list_calculate_page(SECTION_LIST *p_section, int32_t start_aid); |
| 88 |
extern int section_list_count_of_topic_articles(int32_t aid); |
extern int section_list_count_of_topic_articles(int32_t aid); |