summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/pttstruct.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index c2eb86b5..3cc1595d 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -112,7 +112,8 @@ typedef struct userec_t {
unsigned short chess_elo_rating; /* 象棋等級分 */
unsigned int withme; /* 我想找人下棋,聊天.... */
time4_t timeremovebadpost; /* 上次刪除劣文時間 */
- char pad[30];
+ time4_t timeviolatelaw; /* 被開罰單時間 */
+ char pad[26];
} userec_t;
/* these are flags in userec_t.uflag */
#define PAGER_FLAG 0x4 /* true if pager was OFF last session */