X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=38515df809d3f753de14fe3001ccd3dc724a0012;hb=32d6537664a734207772608507882f5a682a2c0a;hp=41a34dc522d1d8d8513b78eec262d21b5ff90300;hpb=d91dfdc72d9abeb6733b72c9bef81ccee55b9735;p=xboard.git diff --git a/backend.h b/backend.h index 41a34dc..38515df 100644 --- a/backend.h +++ b/backend.h @@ -171,7 +171,6 @@ void UserAdjudicationEvent P((int result)); void StopObservingEvent P((void)); void StopExaminingEvent P((void)); void PonderNextMoveEvent P((int newState)); -void NewSettingeEvent P((int option, char *command, int value)); void ShowThinkingEvent P(()); void PeriodicUpdatesEvent P((int newState)); void HintEvent P((void)); @@ -204,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));