Parent Directory
|
Revision Log
|
Patch
| Revision 1.19 by sysadm, Wed May 28 00:09:45 2025 UTC | Revision 1.20 by sysadm, Wed May 28 07:30:23 2025 UTC | |
|---|---|---|
| # | Line 57 struct section_list_t | Line 57 struct section_list_t |
| 57 | int8_t enable; | int8_t enable; |
| 58 | char sname[BBS_section_name_max_len + 1]; | char sname[BBS_section_name_max_len + 1]; |
| 59 | char stitle[BBS_section_title_max_len + 1]; | char stitle[BBS_section_title_max_len + 1]; |
| 60 | char master_name[BBS_username_max_len + 1]; | char master_list[(BBS_username_max_len + 1) * 3 + 1]; |
| 61 | int read_user_level; | int read_user_level; |
| 62 | int write_user_level; | int write_user_level; |
| 63 | int32_t article_count; | int32_t article_count; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |