X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=3ad4966746c6493a0b4bb2224a8b833291da6c19;hb=43aacbdf1c19177fe05487e0c76e207189e5bdb0;hp=362e58cb872c806d2d4166b0ecf24493357d0003;hpb=d5c36d4669c2f625af7c280c5a4ebdc4ba284e95;p=xboard.git diff --git a/backend.h b/backend.h index 362e58c..3ad4966 100644 --- a/backend.h +++ b/backend.h @@ -181,7 +181,7 @@ void ProcessICSInitScript P((FILE * f)); 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)); +void AppendComment P((int index, char *text, Boolean addBraces)); void ReloadCmailMsgEvent P((int unregister)); void MailMoveEvent P((void)); void EditTagsEvent P((void));