Parent Directory
|
Revision Log
|
Patch
| Revision 1.7 by sysadm, Thu May 29 00:52:09 2025 UTC | Revision 1.8 by sysadm, Thu May 29 02:21:31 2025 UTC | |
|---|---|---|
| # | Line 48 extern int section_list_loader_reload(vo | Line 48 extern int section_list_loader_reload(vo |
| 48 | ||
| 49 | // Return on success : real page_id (>= 0) | // Return on success : real page_id (>= 0) |
| 50 | // failure : error number (< 0) | // failure : error number (< 0) |
| 51 | extern int query_section_articles(SECTION_LIST *p_section, int32_t page_id, ARTICLE *p_articles[], int32_t *p_article_count); | extern int query_section_articles(SECTION_LIST *p_section, int page_id, ARTICLE *p_articles[], int *p_article_count, int *p_page_count); |
| 52 | ||
| 53 | #endif //_SECTION_LIST_LOADER_H_ | #endif //_SECTION_LIST_LOADER_H_ |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |