Add quit-after-game checkbox in ICS options dialog XB
[xboard.git] / common.h
index 049d428..12f9d4d 100644 (file)
--- a/common.h
+++ b/common.h
@@ -653,10 +653,12 @@ typedef struct {
     int zippyShortGame; /* [HGM] aborter   */
 #endif
     Boolean lowTimeWarning; /* [HGM] low time */
+    Boolean quitNext;
     char *lowTimeWarningColor;
 
     char *serverFileName;
     char *serverMovesName;
+    char *finger;
     Boolean suppressLoadMoves;
     int serverPause;
     int timeOdds[ENGINES];