From 06807c722a63e2e1ba2e446e57b9f82254599180 Mon Sep 17 00:00:00 2001 From: scw Date: Sun, 28 Aug 2005 14:42:26 +0000 Subject: 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 --- include/chess.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 */ -- cgit v1.2.3