X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=32e15ddc3a080ee5d575e86dccf1baffbef36f65;hb=a98a889d21403be8361c2abdd41480d5d02674cd;hp=419a1b1176e055fddcdd9cf925dd29af2fefa4d7;hpb=14fa496aee4fc5ff4288ac254937a0cab78c12eb;p=xboard.git diff --git a/backend.h b/backend.h index 419a1b1..32e15dd 100644 --- a/backend.h +++ b/backend.h @@ -205,6 +205,9 @@ void GetMoveListEvent P((void)); 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));