summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r--include/pttstruct.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index a0c8e140..19c53727 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -165,7 +165,9 @@ typedef struct boardheader_t {
char BM[IDLEN * 3 + 3]; /* BMs' userid, token '/' */
unsigned int brdattr; /* board的屬性 */
char chesscountry;
- char pad[3]; /* 沒用到的 */
+ unsigned char limit_posts; /* 連署 : 文章篇數下限 */
+ unsigned char limit_logins; /* 連署 : 登入次數下限 */
+ char pad[1]; /* 沒用到的 */
time_t bupdate; /* note update time */
char pad2[3]; /* 沒用到的 */
unsigned char bvote; /* 正舉辦 Vote 數 */