X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=fbc2e9cfd5a8c0a54b7eaf0ae4209a58684556ca;hb=1a5408e7ee5166a82467e45662eeb6ca914473ed;hp=8bdf5583410e9be006ec177aa562e08a56b25fb0;hpb=8bafdd17133b7db1812f17181f370bbf88bfc6fb;p=xboard.git diff --git a/frontend.h b/frontend.h index 8bdf558..fbc2e9c 100644 --- a/frontend.h +++ b/frontend.h @@ -80,6 +80,7 @@ void DisplayIcsInteractionTitle P((String title)); void ParseArgsFromString P((char *p)); void ParseArgsFromFile P((FILE *f)); void DrawPosition P((int fullRedraw, Board board)); +void DrawPositionX P((int fullRedraw, Board board)); void ResetFrontEnd P((void)); void NotifyFrontendLogin P((void)); void CommentPopUp P((String title, String comment)); @@ -245,6 +246,7 @@ int EvalGraphDialogExists P((void)); void SlavePopUp P((void)); void ActivateTheme P((int new)); char *Col2Text P((int n)); +char *Shorten P((char *s)); /* these are in xhistory.c */ Boolean MoveHistoryIsUp P((void));