/[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.7 by sysadm, Wed Oct 22 10:38:23 2025 UTC Revision 1.9 by sysadm, Wed Oct 22 14:25:15 2025 UTC
# Line 70  typedef struct user_online_info_t USER_O Line 70  typedef struct user_online_info_t USER_O
70  struct user_online_list_t  struct user_online_list_t
71  {  {
72          USER_ONLINE_INFO users[BBS_max_user_online_count];          USER_ONLINE_INFO users[BBS_max_user_online_count];
73          USER_INFO_INDEX_UID index_uid[BBS_max_user_count];          USER_INFO_INDEX_UID index_uid[BBS_max_user_online_count];
74          int32_t user_count;          int32_t user_count;
75  };  };
76  typedef struct user_online_list_t USER_ONLINE_LIST;  typedef struct user_online_list_t USER_ONLINE_LIST;
# Line 87  extern int query_user_online_list(int pa Line 87  extern int query_user_online_list(int pa
87    
88  extern int query_user_info(int32_t id, USER_INFO *p_user);  extern int query_user_info(int32_t id, USER_INFO *p_user);
89  extern int query_user_info_by_uid(int32_t uid, USER_INFO *p_user);  extern int query_user_info_by_uid(int32_t uid, USER_INFO *p_user);
90    
91  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);
92    extern int query_user_online_info_by_uid(int32_t uid, USER_ONLINE_INFO *p_users, int *p_user_cnt, int start_id);
93    
94  #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