]> git.cworth.org Git - ttt/blobdiff - src/ttt-client.h
Ignore ttt-lex.h
[ttt] / src / ttt-client.h
index d4e33464a3658246c921e94fcf074b8744c4f673..c7596508e4681a3965ee22c5a0c59afff8ddac1a 100644 (file)
@@ -43,11 +43,11 @@ ttt_client_send (ttt_client_t *client, const char *message);
 
 /* Get a client's name. */
 const char*
-ttt_client_get_name (ttt_client_t *client);
+ttt_client_get_username (ttt_client_t *client);
 
 /* Set a client's name. */
 void
-ttt_client_set_name (ttt_client_t *client, const char *name);
+ttt_client_set_username (ttt_client_t *client, const char *username);
 
 /* Return the client's win count */
 int