summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-09-28 16:55:21 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-09-28 16:55:21 +0800
commit200c31914f7abaeb08d08eac45473585bf6f453b (patch)
tree1fc242cda9e172b5569daa62a1601ad5cb6cfde4 /include/pttstruct.h
parent4accd29c3e12e90c4ee5d4f6489c7c6e63758582 (diff)
downloadpttbbs-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.h3
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