X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=blobdiff_plain;f=uci.c;h=97c188f9e9ccae1c4fe6712b2b270fdc611f31a5;hp=683a71bc9b5a6c0b33ba3cb88c76bd26e71e78ff;hb=5cab485d7a39f1b15558fc3b06d57d2164a7dc5d;hpb=4e062d14429ed3a3a251c971690bade4c8cba946 diff --git a/uci.c b/uci.c index 683a71b..97c188f 100644 --- a/uci.c +++ b/uci.c @@ -5,7 +5,8 @@ * * Copyright 2006 Alessandro Scotti * - * Enhancement Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Enhancement Copyright 2009, 2010, 2011, 2012, 2013, 2014, 2015, + * 2016 Free Software Foundation, Inc. * * ------------------------------------------------------------------------ * @@ -20,7 +21,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see http://www.gnu.org/licenses/. + * along with this program. If not, see http://www.gnu.org/licenses/. * * ------------------------------------------------------------------------ */ @@ -31,7 +32,7 @@ #include "common.h" #include "backend.h" -Boolean GetArgValue(char *a); +Boolean GetArgValue(char *a); void InitEngineUCI (const char *iniDir, ChessProgramState *cps)