Implement Tournament Manager
[xboard.git] / frontend.h
index 50906f0..2263fde 100644 (file)
@@ -83,6 +83,8 @@ void DisplayNote P((String message));
 void AskQuestion P((String title, String question, String replyPrefix,
                    ProcRef pr));
 void DisplayIcsInteractionTitle P((String title));
+void ParseArgsFromString P((char *p));
+void ParseArgsFromFile P((FILE *f));
 void DrawPosition P((int fullRedraw, Board board));
 void ResetFrontEnd P((void));
 void NotifyFrontendLogin P((void));
@@ -95,6 +97,7 @@ void DrawSeekAxis P(( int x, int y, int xTo, int yTo ));
 void DrawSeekBackground P(( int left, int top, int right, int bottom ));
 void DrawSeekText P((char *buf, int x, int y));
 void DrawSeekDot P((int x, int y, int color));
+void PopUpMoveDialog P((char first));
 
 void RingBell P((void));
 void PlayIcsWinSound P((void));
@@ -201,6 +204,7 @@ void ThawUI P((void));
 void ChangeDragPiece P((ChessSquare piece));
 extern char *programName;
 extern int commentUp;
+extern char *firstChessProgramNames;
 
 void GreyRevert P((Boolean grey));