From 15a7b86bf116a005e7c0f35b03a7a5be034c5479 Mon Sep 17 00:00:00 2001 From: scw Date: Wed, 30 May 2007 15:48:39 +0000 Subject: Fix last commit -- forgot to check in header file modification git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3524 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/proto.h') diff --git a/include/proto.h b/include/proto.h index 1d482e55..c5afa9b2 100644 --- a/include/proto.h +++ b/include/proto.h @@ -543,6 +543,12 @@ void check_register(void); char *genpasswd(char *pw); int setupnewuser(const userec_t *user); +/* reversi */ +void reversi(int s, ChessGameMode mode); +int reversi_main(void); +int reversi_personal(void); +int reversi_watch(void); +ChessInfo* reversi_replay(FILE* fp); /* screen */ void mouts(int y, int x, const char *str); -- cgit v1.2.3