Allow escape sequences in telluser(error) messages
[xboard.git] / backend.h
index c35d2bc..41a34dc 100644 (file)
--- 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));