Add -afterGame option
[xboard.git] / common.h
index 5f8f5f1..98a6149 100644 (file)
--- a/common.h
+++ b/common.h
@@ -667,8 +667,10 @@ typedef struct {
     char *processes;
     char *results;
     char *participants;
+    char *afterGame;
     int tourneyType;
     int tourneyCycles;
+    int seedBase;
     Boolean roundSync;
     Boolean cycleSync;
 } AppData, *AppDataPtr;