diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-06-30 23:09:34 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-06-30 23:09:34 +0800 |
commit | 09c2e46468e99d827c85ef55532535bf2bf24ca2 (patch) | |
tree | b4afffe8c9a6a441c11e038fa8266bcc98448931 /include | |
parent | 02913ea88db4c2402933f5c02e9bf9cd248f7064 (diff) | |
download | pttbbs-09c2e46468e99d827c85ef55532535bf2bf24ca2.tar pttbbs-09c2e46468e99d827c85ef55532535bf2bf24ca2.tar.gz pttbbs-09c2e46468e99d827c85ef55532535bf2bf24ca2.tar.bz2 pttbbs-09c2e46468e99d827c85ef55532535bf2bf24ca2.tar.lz pttbbs-09c2e46468e99d827c85ef55532535bf2bf24ca2.tar.xz pttbbs-09c2e46468e99d827c85ef55532535bf2bf24ca2.tar.zst pttbbs-09c2e46468e99d827c85ef55532535bf2bf24ca2.zip |
* remove more bid assess(good/bad sale) stuff
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4719 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/pttstruct.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index 200f66ff..849be259 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -130,8 +130,8 @@ typedef struct userec_t { uint8_t goodpost; /* 評價為好文章數 */ uint8_t badpost; /* 評價為壞文章數 */ - uint8_t goodsale; /* 競標 好的評價 */ - uint8_t badsale; /* 競標 壞的評價 */ + uint8_t goodsale; /* deprecated: 競標 好的評價 */ + uint8_t badsale; /* deprecated: 競標 壞的評價 */ char myangel[IDLEN+1]; /* 我的小天使 */ char pad2; uint16_t chess_elo_rating; /* 象棋等級分 */ |