X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=38515df809d3f753de14fe3001ccd3dc724a0012;hb=75c82871211daf66c50935b39427e78922d20a5e;hp=a5caec797ebe6532f4a03fe10a36fda6e5fc823b;hpb=91477ff29379bf3b98aab23510cf6cb3830e686c;p=xboard.git diff --git a/backend.h b/backend.h index a5caec7..38515df 100644 --- a/backend.h +++ b/backend.h @@ -203,7 +203,7 @@ void ExitAnalyzeMode P((void)); void AnalyzeModeEvent P((void)); void AnalyzeFileEvent P((void)); void InitPosition P((int redraw)); -void NewSettingEvent P((int option, char *command, int value)); +void NewSettingEvent P((int option, int *feature, char *command, int value)); void DoEcho P((void)); void DontEcho P((void)); void TidyProgramName P((char *prog, char *host, char *buf));