Refactor move type-in code
[xboard.git] / backend.h
index 74d2a64..32e15dd 100644 (file)
--- 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));