| 47 |
struct section_list_t |
struct section_list_t |
| 48 |
{ |
{ |
| 49 |
int32_t sid; |
int32_t sid; |
| 50 |
|
int32_t class_id; |
| 51 |
|
int8_t enable; |
| 52 |
char sname[BBS_section_name_max_len + 1]; |
char sname[BBS_section_name_max_len + 1]; |
| 53 |
char stitle[BBS_section_title_max_len + 1]; |
char stitle[BBS_section_title_max_len + 1]; |
| 54 |
char master_name[BBS_username_max_len + 1]; |
char master_name[BBS_username_max_len + 1]; |
| 55 |
|
int read_user_level; |
| 56 |
|
int write_user_level; |
| 57 |
int32_t article_count; |
int32_t article_count; |
| 58 |
int32_t topic_count; |
int32_t topic_count; |
| 59 |
int32_t visible_article_count; |
int32_t visible_article_count; |