From: Bryan Worth Date: Tue, 6 Dec 2005 19:05:22 +0000 (+0000) Subject: 2005-12-06 Bryan Worth X-Git-Url: https://git.cworth.org/git?p=ttt;a=commitdiff_plain;h=259558bcd2a5734c9e527b68a301347ea8fc5e25 2005-12-06 Bryan Worth * src/ttt-error.c: fixed missing errors (NO_INVITE, NO_GAME) --- diff --git a/ChangeLog b/ChangeLog index efc5645..b3ce3c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2005-12-06 Bryan Worth + * src/ttt-error.c: fixed missing errors (NO_INVITE, NO_GAME) + 2005-12-06 Richard D. Worth * PROTOCOL: Add error NO_INVITE diff --git a/src/ttt-error.h b/src/ttt-error.h index eabe64c..3fb1dd9 100644 --- a/src/ttt-error.h +++ b/src/ttt-error.h @@ -36,6 +36,9 @@ typedef enum { TTT_ERROR_NOT_IN_GAME, TTT_ERROR_NOT_PLAYING, TTT_ERROR_NOT_YOUR_TURN, + TTT_ERROR_NO_INVITE, + TTT_ERROR_NO_GAME, + /* Here's a non-protocol pseudo-error used to implement QUIT. */ TTT_ERROR_QUIT_REQUESTED