From d3afa9ebe97b1d9e05d5a843cd1bfe99981f7b5e Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Mon, 21 Mar 2016 23:50:46 +0100 Subject: [PATCH] Silence warning WB No prototype for SendToICS was in a sufficiently shared header. --- backend.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/backend.h b/backend.h index 69ce5fb..fadc926 100644 --- 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)); -- 1.7.0.4