From 8c66da7267b5b91eb47b3321892a505e7824d5e6 Mon Sep 17 00:00:00 2001 From: piaip Date: Sun, 30 Aug 2009 00:29:10 +0000 Subject: * (pwch branch) change chess results to use pwcu API git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.pwcu@4793 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index 6b14f475..1276c1f1 100644 --- a/include/proto.h +++ b/include/proto.h @@ -706,6 +706,8 @@ int pwcuSetLoginView (unsigned int bits); int pwcuSetLastSongTime (time4_t clk); int pwcuSetMyAngel (const char *angel_uid); int pwcuSetNickname (const char *nickname); +int pwcuChessResult (int sigType, ChessGameResult); +int pwcuSetChessEloRating(uint16_t elo_rating); // non-important based variables (only save on exit) int pwcuSetSignature (unsigned char newsig); -- cgit v1.2.3