diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-08-30 08:29:10 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-08-30 08:29:10 +0800 |
commit | 8c66da7267b5b91eb47b3321892a505e7824d5e6 (patch) | |
tree | 27fd486f52e7d5354f98808b6afeed192f57cb38 /include | |
parent | 9d9efb47decf91be83230ff1f2318d6f2d981265 (diff) | |
download | pttbbs-8c66da7267b5b91eb47b3321892a505e7824d5e6.tar pttbbs-8c66da7267b5b91eb47b3321892a505e7824d5e6.tar.gz pttbbs-8c66da7267b5b91eb47b3321892a505e7824d5e6.tar.bz2 pttbbs-8c66da7267b5b91eb47b3321892a505e7824d5e6.tar.lz pttbbs-8c66da7267b5b91eb47b3321892a505e7824d5e6.tar.xz pttbbs-8c66da7267b5b91eb47b3321892a505e7824d5e6.tar.zst pttbbs-8c66da7267b5b91eb47b3321892a505e7824d5e6.zip |
* (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
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |