X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=69e431edb17c4881150c6c9fa2f213b640fbb591;hb=2b59fb6b9575ad038bae89a48063084c8b3243a9;hp=50906f0ac55b9f6a88dbbdd9b348d8fe6bb0d5af;hpb=14fa496aee4fc5ff4288ac254937a0cab78c12eb;p=xboard.git diff --git a/frontend.h b/frontend.h index 50906f0..69e431e 100644 --- a/frontend.h +++ b/frontend.h @@ -83,6 +83,7 @@ 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 DrawPosition P((int fullRedraw, Board board)); void ResetFrontEnd P((void)); void NotifyFrontendLogin P((void)); @@ -95,6 +96,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));