X-Git-Url: https://git.cworth.org/git?p=ttt;a=blobdiff_plain;f=src%2Fttt-client.h;h=d4e33464a3658246c921e94fcf074b8744c4f673;hp=06af64b079a1a113287a4f1038226632724b1c00;hb=65526318e1c88d56bd1a78d072c4d38252dbd864;hpb=980a478f042f8cf48f4484bb117fab8dafd8b450 diff --git a/src/ttt-client.h b/src/ttt-client.h index 06af64b..d4e3346 100644 --- a/src/ttt-client.h +++ b/src/ttt-client.h @@ -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_ */