src/network.h

changeset 25
3ab0c2e1a4e2
parent 22
41bbfd4d17a3
child 32
8a0b85303ee8
     1.1 --- a/src/network.h	Tue Apr 01 10:28:08 2014 +0200
     1.2 +++ b/src/network.h	Tue Apr 01 12:30:25 2014 +0200
     1.3 @@ -45,8 +45,9 @@
     1.4  #define NETCODE_REMIS 0x22
     1.5  #define NETCODE_CHECK 0x23
     1.6  #define NETCODE_CHECKMATE 0x24
     1.7 -    
     1.8 -#define NETCODE_VERSION 6
     1.9 +#define NETCODE_STALEMATE 0x25
    1.10 +
    1.11 +#define NETCODE_VERSION 7
    1.12  
    1.13  typedef struct {
    1.14      int fd; /* -1, if we are the client */

mercurial