X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=c35d2bc1e799e2b19784374df7c0512997b7738b;hb=8f75d35df7aa62f4de48008b29911adabffc12e3;hp=d13ecfb10ab394b8bc681c8315705146336d56d4;hpb=5cd55bddca592918f38deff675d05b650a71412e;p=xboard.git diff --git a/backend.h b/backend.h index d13ecfb..c35d2bc 100644 --- a/backend.h +++ b/backend.h @@ -119,6 +119,7 @@ void SendMultiLineToICS P(( char *text )); void AnalysisPeriodicEvent P((int force)); void SetWhiteToPlayEvent P((void)); void SetBlackToPlayEvent P((void)); +void UploadGameEvent P((void)); void InitBackEnd1 P((void)); void InitBackEnd2 P((void)); int HasPromotionChoice P((int fromX, int fromY, int toX, int toY, char *choice)); @@ -153,7 +154,7 @@ void BackwardEvent P((void)); void ToEndEvent P((void)); void ToStartEvent P((void)); void ToNrEvent P((int to)); -void RevertEvent P((void)); +void RevertEvent P((Boolean annotate)); void RetractMoveEvent P((void)); void MoveNowEvent P((void)); void TruncateGameEvent P((void)); @@ -193,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)); @@ -205,6 +207,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,