summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-05-30 23:48:39 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-05-30 23:48:39 +0800
commit15a7b86bf116a005e7c0f35b03a7a5be034c5479 (patch)
tree2bbe33c71837314d5476e177227cc0025744245b /include/proto.h
parent715542867ba891acf8c1fd6234f5d6ea2fc285f6 (diff)
downloadpttbbs-15a7b86bf116a005e7c0f35b03a7a5be034c5479.tar
pttbbs-15a7b86bf116a005e7c0f35b03a7a5be034c5479.tar.gz
pttbbs-15a7b86bf116a005e7c0f35b03a7a5be034c5479.tar.bz2
pttbbs-15a7b86bf116a005e7c0f35b03a7a5be034c5479.tar.lz
pttbbs-15a7b86bf116a005e7c0f35b03a7a5be034c5479.tar.xz
pttbbs-15a7b86bf116a005e7c0f35b03a7a5be034c5479.tar.zst
pttbbs-15a7b86bf116a005e7c0f35b03a7a5be034c5479.zip
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
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h6
1 files changed, 6 insertions, 0 deletions
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);