From 259558bcd2a5734c9e527b68a301347ea8fc5e25 Mon Sep 17 00:00:00 2001 From: Bryan Worth Date: Tue, 6 Dec 2005 19:05:22 +0000 Subject: [PATCH] 2005-12-06 Bryan Worth * src/ttt-error.c: fixed missing errors (NO_INVITE, NO_GAME) --- ChangeLog | 3 +++ src/ttt-error.h | 3 +++ 2 files changed, 6 insertions(+) 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 -- 2.43.0