X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=2263fde09508e2188680bbffcd236ec18f4ef67c;hb=71c3de687d33523d83dec50208b0e44815fd7d20;hp=1eba12079e787628fb9b5371b707ba887c96c484;hpb=d39b0224115daf24fa2608e27d0ca16c8cd4aa70;p=xboard.git diff --git a/frontend.h b/frontend.h index 1eba120..2263fde 100644 --- a/frontend.h +++ b/frontend.h @@ -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)); @@ -202,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));