| 68 |
int direction, int32_t uid, const ARTICLE **pp_article); |
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, |
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); |
int direction, const char *username, const ARTICLE **pp_article); |
| 71 |
|
extern int scan_article_in_section_by_title(SECTION_LIST *p_section, const ARTICLE *p_article_cur, |
| 72 |
|
int direction, const char *title, const ARTICLE **pp_article); |
| 73 |
|
|
| 74 |
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); |
| 75 |
|
|