]> git.cworth.org Git - ttt/commitdiff
2005-12-06 Bryan Worth <bryan@theworths.org>
authorBryan Worth <bryan@theworths.org>
Tue, 6 Dec 2005 19:05:22 +0000 (19:05 +0000)
committerBryan Worth <bryan@theworths.org>
Tue, 6 Dec 2005 19:05:22 +0000 (19:05 +0000)
        * src/ttt-error.c: fixed missing errors (NO_INVITE, NO_GAME)

ChangeLog
src/ttt-error.h

index efc5645c50eced60c6e38b63c3f5876677b72025..b3ce3c93754627d75f0478068c74762920685ba4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2005-12-06  Bryan Worth <bryan@theworths.org>
+       * src/ttt-error.c: fixed missing errors (NO_INVITE, NO_GAME)
+
 2005-12-06  Richard D. Worth  <richard@theworths.org>
 
        * PROTOCOL: Add error NO_INVITE
index eabe64c8785d519ba59fd394b9f7c3e855533d88..3fb1dd915a103b88116ca4c8a5b6d6cfa06dcce4 100644 (file)
@@ -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