Let XBoard propose name of tourney file
[xboard.git] / common.h
index 35c38fb..ad52fb9 100644 (file)
--- a/common.h
+++ b/common.h
@@ -631,6 +631,7 @@ typedef struct {
     char *egtFormats;
     int niceEngines;    /* [HGM] nice      */
     char *logo[ENGINES];/* [HGM] logo      */
+    char *pairingEngine;/* [HGM] pairing   */
     Boolean autoLogo;
     Boolean noGUI;      /* [HGM] fast: suppress all display updates */
     char *engOptions[ENGINES]; /* [HGM] options   */
@@ -649,6 +650,7 @@ typedef struct {
     Boolean whitePOV;
 
     char *tourneyFile;
+    char *defName;
     char *processes;
     char *results;
     char *participants;