Add -fen option
[xboard.git] / common.h
index b4f6c3e..6c2a60f 100644 (file)
--- a/common.h
+++ b/common.h
@@ -798,6 +798,9 @@ typedef struct {
 
     int recentEngines;
     char *recentEngineList;
+    char *message;
+    char *suppress;
+    char *fen;
     char *tourneyFile;
     char *defName;
     char *processes;