projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
eca6bb8
)
Silence warning WB
author
H.G.Muller
<hgm@hgm-xboard.(none)>
Mon, 21 Mar 2016 22:50:46 +0000 (23:50 +0100)
committer
H.G.Muller
<hgm@hgm-xboard.(none)>
Tue, 29 Mar 2016 14:51:34 +0000 (16:51 +0200)
No prototype for SendToICS was in a sufficiently shared header.
backend.h
patch
|
blob
|
history
diff --git
a/backend.h
b/backend.h
index
69ce5fb
..
fadc926
100644
(file)
--- a/
backend.h
+++ b/
backend.h
@@
-428,6
+428,7
@@
char *SupportedVariant P((char *list, VariantClass v, int w, int h, int s, int p
char *CollectPieceDescriptors P((void));
void RefreshSettingsDialog P((ChessProgramState *cps, int val));
void StartChessProgram P((ChessProgramState *cps));
+void SendToICS P((char *s));
int PosFlags P((int n));