| 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; |
| 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_ |