/[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.20 by sysadm, Tue Nov 4 13:49:50 2025 UTC Revision 1.23 by sysadm, Sun Nov 16 11:06:06 2025 UTC
# Line 3  Line 3 
3   * section_list_loader   * section_list_loader
4   *   - load and query operations of section articles   *   - load and query operations of section articles
5   *   *
6   * Copyright (C) 2004-2025 by Leaflet <leaflet@leafok.com>   * Copyright (C) 2004-2025  Leaflet <leaflet@leafok.com>
7   */   */
8    
9  #ifndef _SECTION_LIST_LOADER_H_  #ifndef _SECTION_LIST_LOADER_H_
# Line 11  Line 11 
11    
12  #include "menu.h"  #include "menu.h"
13  #include "section_list.h"  #include "section_list.h"
14  #include <mysql/mysql.h>  #include <mysql.h>
15    
16  #define ERR_UNKNOWN_SECTION -101  enum section_list_loader_constant_t
17  #define LOAD_ARTICLE_COUNT_LIMIT 1000  {
18            ERR_UNKNOWN_SECTION = -101,
19            LOAD_ARTICLE_COUNT_LIMIT = 1000,
20    };
21    
22  extern int section_list_loader_pid;  extern int section_list_loader_pid;
23  extern int last_article_op_log_mid;  extern int last_article_op_log_mid;


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

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