| 64 |
// failure : error number (< 0) |
// failure : error number (< 0) |
| 65 |
extern int scan_unread_article_in_section(SECTION_LIST *p_section, const ARTICLE *p_article_cur, const ARTICLE **pp_article_unread); |
extern int scan_unread_article_in_section(SECTION_LIST *p_section, const ARTICLE *p_article_cur, const ARTICLE **pp_article_unread); |
| 66 |
|
|
| 67 |
|
extern int scan_article_in_section_by_uid(SECTION_LIST *p_section, const ARTICLE *p_article_cur, |
| 68 |
|
int direction, int32_t uid, const ARTICLE **pp_article); |
| 69 |
|
extern int scan_article_in_section_by_username(SECTION_LIST *p_section, const ARTICLE *p_article_cur, |
| 70 |
|
int direction, const char *username, const ARTICLE **pp_article); |
| 71 |
|
|
| 72 |
extern int get_section_ex_menu_set(SECTION_LIST *p_section, MENU_SET *p_ex_menu_set); |
extern int get_section_ex_menu_set(SECTION_LIST *p_section, MENU_SET *p_ex_menu_set); |
| 73 |
|
|
| 74 |
#endif //_SECTION_LIST_LOADER_H_ |
#endif //_SECTION_LIST_LOADER_H_ |