Move dataDir definition to args.h so WB can also use it
[xboard.git] / args.h
diff --git a/args.h b/args.h
index 9122282..55fdc07 100644 (file)
--- a/args.h
+++ b/args.h
@@ -100,6 +100,7 @@ typedef struct {
 } IcsTextMenuEntry;
 
 IcsTextMenuEntry icsTextMenuEntry[ICS_TEXT_MENU_SIZE];
+char dataDir[MSG_SIZ] = DATADIR, manDir[MSG_SIZ] = MANDIR;
 
 int junk;
 int saveDate;