/[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.1 by sysadm, Tue Oct 21 06:24:51 2025 UTC Revision 1.2 by sysadm, Tue Oct 21 11:11:28 2025 UTC
# Line 20  Line 20 
20  #include "bbs.h"  #include "bbs.h"
21  #include <mysql/mysql.h>  #include <mysql/mysql.h>
22    
23    #define BBS_user_limit_per_page 20
24    
25  struct user_info_t  struct user_info_t
26  {  {
27          int32_t uid;          int32_t uid;
# Line 58  extern int user_list_rw_unlock(void); Line 60  extern int user_list_rw_unlock(void);
60  extern int user_list_rd_lock(void);  extern int user_list_rd_lock(void);
61  extern int user_list_rw_lock(void);  extern int user_list_rw_lock(void);
62    
63    extern int query_user_list(int page_id, USER_INFO *p_users, int *p_user_count, int *p_page_count);
64    
65  #endif //_USER_LIST_H_  #endif //_USER_LIST_H_


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

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