X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=uci.c;h=683a71bc9b5a6c0b33ba3cb88c76bd26e71e78ff;hb=3a75b74c7fc03b543993c90f4a9ebdea9f03b759;hp=dc135b2c74c83b00f0dbbf1711e4aa84a58d9a90;hpb=307d0b4f6cf29ef2a1aa9466d4622420cc468c27;p=xboard.git diff --git a/uci.c b/uci.c index dc135b2..683a71b 100644 --- a/uci.c +++ b/uci.c @@ -5,6 +5,8 @@ * * Copyright 2006 Alessandro Scotti * + * Enhancement Copyright 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify @@ -23,6 +25,7 @@ * ------------------------------------------------------------------------ */ #include +#include #include #include @@ -30,7 +33,8 @@ #include "backend.h" 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;