X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=0331f381b7596368eb097461d6660e0573a02c83;hb=e5b86edd32897db1b482df4bbacd67ccf091ae75;hp=20639c791c725de476cc3d62a2643d8c59dfc2cf;hpb=d1f211c5db3b402b5b5b79648c6d9703e725376a;p=xboard.git diff --git a/backend.h b/backend.h index 20639c7..0331f38 100644 --- a/backend.h +++ b/backend.h @@ -210,7 +210,6 @@ void TypeInEvent P((char first)); void TypeInDoneEvent P((char *move)); void InitPosition P((int redraw)); void NewSettingEvent P((int option, int *feature, char *command, int value)); -int WaitForSecond P((DelayedEventCallback x)); void SettingsMenuIfReady P((void)); void DoEcho P((void)); void DontEcho P((void)); @@ -407,5 +406,6 @@ extern ChessProgramStats programStats; extern int opponentKibitzes; // used by wengineo.c extern int errorExitStatus; void SettingsPopUp P((ChessProgramState *cps)); // [HGM] really in front-end, but CPS not known in frontend.h +int WaitForEngine P((ChessProgramState *cps, DelayedEventCallback x)); #endif /* _BACKEND */