Fix bug in sending cores command to engine
[xboard.git] / backend.h
index a5caec7..38515df 100644 (file)
--- 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));