src/terminal-chess.h

changeset 26
e0a76ee1bb2b
parent 23
824c9522ce66
child 30
a285ee393860
     1.1 --- a/src/terminal-chess.h	Tue Apr 01 12:30:25 2014 +0200
     1.2 +++ b/src/terminal-chess.h	Tue Apr 01 14:04:00 2014 +0200
     1.3 @@ -48,10 +48,11 @@
     1.4  } Gameinfo;
     1.5  
     1.6  typedef struct {
     1.7 -    uint8_t printhelp;
     1.8      Gameinfo gameinfo;
     1.9      char* port;
    1.10      char* serverhost; /* NULL, if we are about to start a server */
    1.11 +    _Bool printhelp;
    1.12 +    _Bool singlemachine;
    1.13  } Settings;
    1.14  
    1.15  #define is_server(settings) !((settings)->serverhost)

mercurial