/[LeafOK_CVS]/lbbs/include/section_list_loader.h
ViewVC logotype

Diff of /lbbs/include/section_list_loader.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.5 by sysadm, Tue May 27 07:21:43 2025 UTC Revision 1.6 by sysadm, Wed May 28 00:09:45 2025 UTC
# Line 14  Line 14 
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    
# Line 43  extern int section_list_loader_reload(vo Line 46  extern int section_list_loader_reload(vo
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_


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1