X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=b5b38e3033f231b4c80433e8fac3fa16d2be5b7b;hb=ca87afb87619efbaa94fe045670bc916e9ffe3ec;hp=c89673fe13e92003dd53fc590b682f4bae229a0f;hpb=bb1c4f8ed2489e4891fe044532a35107d33174d2;p=xboard.git diff --git a/frontend.h b/frontend.h index c89673f..b5b38e3 100644 --- a/frontend.h +++ b/frontend.h @@ -84,6 +84,7 @@ void AskQuestion P((String title, String question, String replyPrefix, void DisplayIcsInteractionTitle P((String title)); void DrawPosition P((int fullRedraw, Board board)); void ResetFrontEnd P((void)); +void NotifyFrontendLogin P((void)); void CommentPopUp P((String title, String comment)); void CommentPopDown P((void)); void EditCommentPopUp P((int index, String title, String text));