/[LeafOK_CVS]/lbbs/include/section_list.h
ViewVC logotype

Diff of /lbbs/include/section_list.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.12 by sysadm, Sun May 25 06:56:48 2025 UTC Revision 1.13 by sysadm, Sun May 25 10:43:27 2025 UTC
# Line 47  typedef struct article_t ARTICLE; Line 47  typedef struct article_t ARTICLE;
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;


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1