X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=uci.c;h=60fdf3bb881af9990efa5522a6c97f75db043ead;hb=a83e12aca9f45c3dc2657feeed6b2d88040219d8;hp=55aaff5defe90e554cf52d31e298847b6be133a0;hpb=448b69416d6b2dc1197736ea0464b1d808b848f5;p=xboard.git diff --git a/uci.c b/uci.c index 55aaff5..60fdf3b 100644 --- a/uci.c +++ b/uci.c @@ -5,6 +5,8 @@ * * Copyright 2006 Alessandro Scotti * + * Enhancement Copyright 2009, 2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc. + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify @@ -18,7 +20,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/. * * ------------------------------------------------------------------------ */ @@ -29,9 +31,10 @@ #include "common.h" #include "backend.h" -Boolean GetArgValue(char *a); +Boolean GetArgValue(char *a); -void InitEngineUCI( const char * iniDir, ChessProgramState * cps ) +void +InitEngineUCI (const char *iniDir, ChessProgramState *cps) { // replace engine command line by adapter command with expanded meta-symbols if( cps->isUCI ) { char *p, *q;