X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=32e15ddc3a080ee5d575e86dccf1baffbef36f65;hb=d39b0224115daf24fa2608e27d0ca16c8cd4aa70;hp=74d2a647c6df5b7b8d170b6531636a5393bcfde2;hpb=f37dda1a9dcf0e864d556b086809d3561806b9e3;p=xboard.git diff --git a/backend.h b/backend.h index 74d2a64..32e15dd 100644 --- a/backend.h +++ b/backend.h @@ -206,6 +206,8 @@ void ExitAnalyzeMode P((void)); void AnalyzeModeEvent P((void)); void AnalyzeFileEvent P((void)); void MatchEvent P((int mode)); +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));