X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=blobdiff_plain;f=xboard2.h;h=a3c8f22d8668d6918ae890582a9f7e481be1b893;hp=17b21fed22bf69be052cccad10f12ca68b968c90;hb=6487eb595b4ee51f8eab706698333e57c5dc4ff8;hpb=4011e8678d85310eedf19fd00aa5d96a9a60770a diff --git a/xboard2.h b/xboard2.h index 17b21fe..a3c8f22 100644 --- a/xboard2.h +++ b/xboard2.h @@ -1,7 +1,7 @@ /* * xboard2.h -- Move list window, part of X front end for XBoard * - * Copyright 2012, 2013, 2014, 2015 Free Software Foundation, Inc. + * Copyright 2012, 2013, 2014, 2015, 2016 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify @@ -29,3 +29,4 @@ extern int squareSize, lineGap, defaultLineGap; extern int startedFromPositionFile; extern char *icsTextMenuString; extern int hi2X, hi2Y; +extern char dataDir[];