deleted two more files that don't need to be in git
[xboard.git] / common.h
index 1780f3b..62086db 100644 (file)
--- a/common.h
+++ b/common.h
@@ -566,6 +566,7 @@ typedef struct {
     char *zippyVariants;
     int zippyMaxGames;
     int zippyReplayTimeout; /*seconds*/
+    int zippyShortGame; /* [HGM] aborter   */
 #endif
 
     char *serverMovesName;
@@ -592,6 +593,8 @@ typedef struct {
     Boolean noGUI;      /* [HGM] fast: suppress all display updates */
     char *firstOptions; /* [HGM] options   */
     char *secondOptions;
+    char *fenOverride1;
+    char *fenOverride2;
 } AppData, *AppDataPtr;
 
 /* [AS] PGN tags (for showing in the game list) */