projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3e91d7f
)
fixed prototype for AppendComment
author
Arun Persaud
<arun@nubati.net>
Sat, 7 Nov 2009 02:53:19 +0000 (18:53 -0800)
committer
Arun Persaud
<arun@nubati.net>
Sat, 7 Nov 2009 02:53:19 +0000 (18:53 -0800)
backend.h
patch
|
blob
|
history
diff --git
a/backend.h
b/backend.h
index
362e58c
..
3ad4966
100644
(file)
--- 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));