X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=41a34dc522d1d8d8513b78eec262d21b5ff90300;hb=d91dfdc72d9abeb6733b72c9bef81ccee55b9735;hp=c35d2bc1e799e2b19784374df7c0512997b7738b;hpb=66f14eb096ba84841fac34a4cd10686aa9033b6b;p=xboard.git diff --git a/backend.h b/backend.h index c35d2bc..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));