X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=ad52fb98075d4e6bc194fb56c594bef1780c92c6;hb=407cd1126c6c24d890359f1fe1686f6d90c0ad61;hp=35c38fb92227939999f5c4c047b582b731d27f98;hpb=36aefa2380480aa22c30c0a8c02a02fb961d600f;p=xboard.git diff --git a/common.h b/common.h index 35c38fb..ad52fb9 100644 --- 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;