fixed some implicit declarations reported by Stanislav Brabec
[xboard.git] / backend.h
index f02835f..8a0b184 100644 (file)
--- a/backend.h
+++ b/backend.h
@@ -189,6 +189,8 @@ void GetMoveListEvent P((void));
 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 DoEcho P((void));
 void DontEcho P((void));
 void TidyProgramName P((char *prog, char *host, char *buf));