summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/pttstruct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 8f00900c..fe040911 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -176,6 +176,7 @@ typedef struct boardheader_t {
char brdname[IDLEN + 1]; /* bid */
char title[BTLEN + 1];
char BM[IDLEN * 3 + 3]; /* BMs' userid, token '/' */
+ char pad1[3];
unsigned int brdattr; /* board的屬性 */
char chesscountry;
unsigned char vote_limit_posts; /* 連署 : 文章篇數下限 */