]> git.cworth.org Git - ttt/blobdiff - src/ttt-client.h
* TODO: checked off WHO, QUIT, ERROR SYNTAX
[ttt] / src / ttt-client.h
index 06af64b079a1a113287a4f1038226632724b1c00..d4e33464a3658246c921e94fcf074b8744c4f673 100644 (file)
@@ -49,4 +49,8 @@ ttt_client_get_name (ttt_client_t *client);
 void
 ttt_client_set_name (ttt_client_t *client, const char *name);
 
+/* Return the client's win count */
+int
+ttt_client_get_num_wins (ttt_client_t *client);
+
 #endif /* _TTT_CLIENT_H_ */