X-Git-Url: https://git.cworth.org/git?p=ttt;a=blobdiff_plain;f=src%2Fttt.h;h=c1662afd8aaf6875ff38e961c6fa822a2d5dc1b4;hp=1b22ba0bc0d33db5c1e9a427df7c593512a07d57;hb=47ff725ff3b109b94a23ea7c8c07c8b1417e31ef;hpb=f2187ebd49f78b84bd2dca6172abc81e54dda199 diff --git a/src/ttt.h b/src/ttt.h index 1b22ba0..c1662af 100644 --- 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,