diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-09-28 16:55:21 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-09-28 16:55:21 +0800 |
commit | 200c31914f7abaeb08d08eac45473585bf6f453b (patch) | |
tree | 1fc242cda9e172b5569daa62a1601ad5cb6cfde4 /include/pttstruct.h | |
parent | 4accd29c3e12e90c4ee5d4f6489c7c6e63758582 (diff) | |
download | pttbbs-200c31914f7abaeb08d08eac45473585bf6f453b.tar pttbbs-200c31914f7abaeb08d08eac45473585bf6f453b.tar.gz pttbbs-200c31914f7abaeb08d08eac45473585bf6f453b.tar.bz2 pttbbs-200c31914f7abaeb08d08eac45473585bf6f453b.tar.lz pttbbs-200c31914f7abaeb08d08eac45473585bf6f453b.tar.xz pttbbs-200c31914f7abaeb08d08eac45473585bf6f453b.tar.zst pttbbs-200c31914f7abaeb08d08eac45473585bf6f453b.zip |
a little bit modification of crosspost policy
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2213 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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 |