summaryrefslogtreecommitdiffstats
path: root/include/chess.h
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-28 22:42:26 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-28 22:42:26 +0800
commit06807c722a63e2e1ba2e446e57b9f82254599180 (patch)
treecca563d7751a905f97ed39e28ef4f15bb765008d /include/chess.h
parent544b6475f029f5396bea9ebca0994111e74d1200 (diff)
downloadpttbbs-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/chess.h')
-rw-r--r--include/chess.h1
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 */