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

Diff of /lbbs/include/user_list.h

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

Revision 1.22 by sysadm, Tue Nov 4 14:58:55 2025 UTC Revision 1.23 by sysadm, Wed Nov 5 03:17:12 2025 UTC
# Line 13  Line 13 
13  #include "common.h"  #include "common.h"
14  #include <mysql/mysql.h>  #include <mysql/mysql.h>
15    
16  #define BBS_user_limit_per_page 20  enum user_list_constant_t
17  #define BBS_session_id_length 32  {
18            BBS_user_limit_per_page = 20,
19            BBS_session_id_length = 32,
20    
21  #define BBS_user_intro_avg_len 256          BBS_user_intro_avg_len = 256,
22  #define BBS_user_intro_max_len 4096          BBS_user_intro_max_len = 4096,
23  #define BBS_user_intro_max_line 10          BBS_user_intro_max_line = 10,
24    };
25    
26  struct user_info_t  struct user_info_t
27  {  {


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

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