]> git.cworth.org Git - ttt/blobdiff - src/ttt.h
2005-12-03 Richard D. Worth <richard@theworths.org>
[ttt] / src / ttt.h
index 1b22ba0bc0d33db5c1e9a427df7c593512a07d57..c1662afd8aaf6875ff38e961c6fa822a2d5dc1b4 100644 (file)
--- a/src/ttt.h
+++ b/src/ttt.h
@@ -61,6 +61,8 @@ typedef int ttt_bool_t;
 #define FALSE 0
 #define TRUE  1
 
+#define TTT_SERVER_PROTOCOL_VERSION 1
+
 typedef enum {
     TTT_STATUS_SUCCESS = 0,
     TTT_STATUS_FAILURE,