diff options
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r-- | include/pttstruct.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index 43d66582..7a64de40 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -193,7 +193,8 @@ typedef struct boardheader_t { time4_t endgamble; char posttype[33]; char posttype_f; - char pad3[50]; + unsigned char fastrecommend_pause; /* 快速連推間隔 */ + char pad3[49]; } boardheader_t; #define BRD_NOZAP 000000001 /* 不可zap */ |