diff -r 02c509a44e98 -r 41017d0a72c5 src/terminal-chess.h --- a/src/terminal-chess.h Wed Jun 11 16:54:20 2014 +0200 +++ b/src/terminal-chess.h Mon Jun 16 13:45:31 2014 +0200 @@ -45,6 +45,7 @@ char* port; char* serverhost; /* NULL, if we are about to start a server */ char* continuepgn; + char* analyzepgn; _Bool printhelp; _Bool singlemachine; } Settings;