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 f6803dcc..42729372 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -350,7 +350,8 @@ typedef int (* onekey_t)(); /* anti_crosspost */ typedef struct crosspost_t { int checksum[4]; /* 0 -> 'X' cross post 1-3 -> 簡查文章行 */ - int times; /* 第幾次 */ + short times; /* 第幾次 */ + short last_bid; /* crossport to which board */ } crosspost_t; #define SORT_BY_ID 0 |