projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
0f8af52
)
Remove misspelled prototype
author
H.G. Muller
<h.g.muller@hccnet.nl>
Sun, 11 Jul 2010 08:35:13 +0000 (10:35 +0200)
committer
Arun Persaud
<arun@nubati.net>
Wed, 14 Jul 2010 04:25:26 +0000 (21:25 -0700)
NewSettingEvent occurred, next to the correct one, in misspelled form.
backend.h
patch
|
blob
|
history
diff --git
a/backend.h
b/backend.h
index
41a34dc
..
a5caec7
100644
(file)
--- a/
backend.h
+++ b/
backend.h
@@
-171,7
+171,6
@@
void UserAdjudicationEvent P((int result));
void StopObservingEvent P((void));
void StopExaminingEvent P((void));
void PonderNextMoveEvent P((int newState));
-void NewSettingeEvent P((int option, char *command, int value));
void ShowThinkingEvent P(());
void PeriodicUpdatesEvent P((int newState));
void HintEvent P((void));