diff options
author | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-08-28 22:42:26 +0800 |
---|---|---|
committer | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-08-28 22:42:26 +0800 |
commit | 06807c722a63e2e1ba2e446e57b9f82254599180 (patch) | |
tree | cca563d7751a905f97ed39e28ef4f15bb765008d /include | |
parent | 544b6475f029f5396bea9ebca0994111e74d1200 (diff) | |
download | pttbbs-06807c722a63e2e1ba2e446e57b9f82254599180.tar pttbbs-06807c722a63e2e1ba2e446e57b9f82254599180.tar.gz pttbbs-06807c722a63e2e1ba2e446e57b9f82254599180.tar.bz2 pttbbs-06807c722a63e2e1ba2e446e57b9f82254599180.tar.lz pttbbs-06807c722a63e2e1ba2e446e57b9f82254599180.tar.xz pttbbs-06807c722a63e2e1ba2e446e57b9f82254599180.tar.zst pttbbs-06807c722a63e2e1ba2e446e57b9f82254599180.zip |
try using userec_t to initialize ChessUser when failed to get userinfo_t
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3106 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/chess.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/chess.h b/include/chess.h index 904db6cf..d9284110 100644 --- a/include/chess.h +++ b/include/chess.h @@ -121,6 +121,7 @@ typedef struct ChessInfo { typedef struct ChessActions { /* initial */ void (*init_user) (const userinfo_t* uinfo, ChessUser* user); + void (*init_user_rec)(const userec_t* uinfo, ChessUser* user); void (*init_board) (void* board); /* playing */ |