summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-09-12 05:39:24 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-09-12 05:39:24 +0800
commit5fab37897fd8ec25825e2288b013813d0d06d361 (patch)
tree6f0bce71cc3084bdfbd6cb6f9a459c2dad113a28 /include
parentf1f932a3e642b746188294c0880006f8dcab8d35 (diff)
downloadpttbbs-5fab37897fd8ec25825e2288b013813d0d06d361.tar
pttbbs-5fab37897fd8ec25825e2288b013813d0d06d361.tar.gz
pttbbs-5fab37897fd8ec25825e2288b013813d0d06d361.tar.bz2
pttbbs-5fab37897fd8ec25825e2288b013813d0d06d361.tar.lz
pttbbs-5fab37897fd8ec25825e2288b013813d0d06d361.tar.xz
pttbbs-5fab37897fd8ec25825e2288b013813d0d06d361.tar.zst
pttbbs-5fab37897fd8ec25825e2288b013813d0d06d361.zip
info update
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3157 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/pttstruct.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 3bad958c..6a5a58d7 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -97,7 +97,8 @@ typedef struct userec_t {
unsigned short chc_tie; /* 象棋戰績 和 */
int mobile; /* 手機號碼 */
char mind[4]; /* 心情 not a null-terminate string */
- char pad0[11];
+ char pad0[11]; /* 從前放 ident 身份證字號,現在可以拿來做別的事了,
+ 不過最好記得要先清成 0 */
unsigned char signature; /* 慣用簽名檔 */
unsigned char goodpost; /* 評價為好文章數 */