| 42 |
|
|
| 43 |
// Return on success : real page_id (>= 0) |
// Return on success : real page_id (>= 0) |
| 44 |
// failure : error number (< 0) |
// failure : error number (< 0) |
| 45 |
extern int query_section_articles(SECTION_LIST *p_section, int page_id, ARTICLE *p_articles[], |
extern int query_section_articles(SECTION_LIST *p_section, int page_id, const ARTICLE *p_articles[], |
| 46 |
int *p_article_count, int *p_page_count, int *p_ontop_start_offset); |
int *p_article_count, int *p_page_count, int *p_ontop_start_offset); |
| 47 |
|
|
| 48 |
// Input direction = 0 : locate p_article_cur |
// Input direction = 0 : locate p_article_cur |