X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=41a34dc522d1d8d8513b78eec262d21b5ff90300;hb=08f180588d2bd10c715f1613ee788601b7c0b7ee;hp=2b2a2a7b345c06929a2ef7cd1a6799245eda3d69;hpb=60876535e02fb87e638a0aa94aa80490093099fc;p=xboard.git diff --git a/backend.h b/backend.h index 2b2a2a7..41a34dc 100644 --- a/backend.h +++ b/backend.h @@ -189,6 +189,7 @@ void DisplayBothClocks P((void)); void EditPositionMenuEvent P((ChessSquare selection, int x, int y)); void DropMenuEvent P((ChessSquare selection, int x, int y)); int ParseTimeControl P((char *tc, int ti, int mps)); +void EscapeExpand(char *p, char *q); void ProcessICSInitScript P((FILE * f)); void EditCommentEvent P((void)); void ReplaceComment P((int index, char *text)); @@ -207,6 +208,7 @@ void NewSettingEvent P((int option, char *command, int value)); void DoEcho P((void)); void DontEcho P((void)); void TidyProgramName P((char *prog, char *host, char *buf)); +void SetGameInfo P((void)); void AskQuestionEvent P((char *title, char *question, char *replyPrefix, char *which)); Boolean ParseOneMove P((char *move, int moveNum,