Add option -defaultInstallProtocol
[xboard.git] / args.h
diff --git a/args.h b/args.h
index db6ec8f..3e376e5 100644 (file)
--- a/args.h
+++ b/args.h
@@ -625,6 +625,7 @@ ArgDescriptor argDescriptors[] = {
   { "showMoveTime", ArgBoolean, (void *) &appData.moveTime, TRUE, (ArgIniType) FALSE },
   { "bmpSave", ArgInt, (void *) &appData.bmpSave, FALSE, 0 },
   { "defaultEngineInstallDir", ArgFilename, (void *) &appData.defEngDir, FALSE, (ArgIniType) "." },
+  { "defaultInstallProtocol", ArgInt, (void *) &appData.defProtocol, TRUE, (ArgIniType) 0 },
 
   // [HGM] tournament options
   { "tourneyFile", ArgFilename, (void *) &appData.tourneyFile, FALSE, (ArgIniType) "" },