/[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.12 by sysadm, Thu Oct 23 01:58:05 2025 UTC Revision 1.13 by sysadm, Thu Oct 23 04:09:13 2025 UTC
# Line 18  Line 18 
18  #define _USER_LIST_H_  #define _USER_LIST_H_
19    
20  #include "bbs.h"  #include "bbs.h"
21    #include "common.h"
22  #include <mysql/mysql.h>  #include <mysql/mysql.h>
23    
24  #define BBS_user_limit_per_page 20  #define BBS_user_limit_per_page 20
# Line 96  extern int query_user_info_by_uid(int32_ Line 97  extern int query_user_info_by_uid(int32_
97  extern int query_user_online_info(int32_t id, USER_ONLINE_INFO *p_user);  extern int query_user_online_info(int32_t id, USER_ONLINE_INFO *p_user);
98  extern int query_user_online_info_by_uid(int32_t uid, USER_ONLINE_INFO *p_users, int *p_user_cnt, int start_id);  extern int query_user_online_info_by_uid(int32_t uid, USER_ONLINE_INFO *p_users, int *p_user_cnt, int start_id);
99    
100    extern int get_user_id_list(int32_t *p_uid_list, int *p_user_cnt, int start_uid);
101    
102    extern int user_stat_update(void);
103    extern int user_stat_get_article_cnt(int32_t uid);
104    
105  #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