diff -r 4dcfb4c58b6d -r d726e4b46c33 src/terminal-chess.h --- a/src/terminal-chess.h Thu Apr 17 12:16:14 2014 +0200 +++ b/src/terminal-chess.h Wed May 28 15:47:57 2014 +0200 @@ -44,6 +44,7 @@ GameInfo gameinfo; char* port; char* serverhost; /* NULL, if we are about to start a server */ + char* continuepgn; _Bool printhelp; _Bool singlemachine; } Settings;