X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=ad52fb98075d4e6bc194fb56c594bef1780c92c6;hb=407cd1126c6c24d890359f1fe1686f6d90c0ad61;hp=94031ad0393fd426238b2d74ca633628ed931e36;hpb=3681f490b0a9cdaadd754972147b5140cf2c269b;p=xboard.git diff --git a/common.h b/common.h index 94031ad..ad52fb9 100644 --- a/common.h +++ b/common.h @@ -564,6 +564,7 @@ typedef struct { Boolean isUCI[ENGINES]; Boolean hasOwnBookUCI[ENGINES]; char * adapterCommand; + char * ucciAdapter; char * polyglotDir; Boolean usePolyglotBook; char * polyglotBook; @@ -630,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 */ @@ -648,6 +650,7 @@ typedef struct { Boolean whitePOV; char *tourneyFile; + char *defName; char *processes; char *results; char *participants;