X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=uci.c;h=4a6c177099231f3a091e9852c8824650af49c309;hb=1c03d229073e56dda9e5856db5adaae51576a3bb;hp=e0dfb1567f0a22f889361e0335d2ab2e5fe44f80;hpb=e70077aab0199817f37aef9ed0bdba1bbca93b45;p=xboard.git diff --git a/uci.c b/uci.c index e0dfb15..4a6c177 100644 --- a/uci.c +++ b/uci.c @@ -5,7 +5,7 @@ * * Copyright 2006 Alessandro Scotti * - * Enhancement Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Enhancement Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * ------------------------------------------------------------------------ * @@ -20,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/. * * ------------------------------------------------------------------------ */ @@ -31,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;