X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=2b2a2a7b345c06929a2ef7cd1a6799245eda3d69;hb=60876535e02fb87e638a0aa94aa80490093099fc;hp=aac6ab1dacc17389765794bcc38a1e67af2a0fa6;hpb=0e642a2b9658ccaef62bf668f9d51598ee3a7deb;p=xboard.git diff --git a/backend.h b/backend.h index aac6ab1..2b2a2a7 100644 --- a/backend.h +++ b/backend.h @@ -194,6 +194,7 @@ void EditCommentEvent P((void)); void ReplaceComment P((int index, char *text)); int ReplaceTags P((char *tags, GameInfo *gi));/* returns nonzero on error */ void AppendComment P((int index, char *text, Boolean addBraces)); +void LoadVariation P((int index, char *text)); void ReloadCmailMsgEvent P((int unregister)); void MailMoveEvent P((void)); void EditTagsEvent P((void));