| 14 |
* * |
* * |
| 15 |
***************************************************************************/ |
***************************************************************************/ |
| 16 |
|
|
| 17 |
|
#ifndef _SECTION_LIST_LOADER_H_ |
| 18 |
|
#define _SECTION_LIST_LOADER_H_ |
| 19 |
|
|
| 20 |
#include "section_list.h" |
#include "section_list.h" |
| 21 |
#include <mysql.h> |
#include <mysql.h> |
| 22 |
|
|
| 46 |
// Return on success : real page_id (>= 0) |
// Return on success : real page_id (>= 0) |
| 47 |
// failure : error number (< 0) |
// failure : error number (< 0) |
| 48 |
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, int32_t page_id, ARTICLE *p_articles[], int32_t *p_article_count); |
| 49 |
|
|
| 50 |
|
#endif //_SECTION_LIST_LOADER_H_ |