X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=fadc9268bd57c561e911b0414421ef85ec4ffa2a;hb=f7f09e5d0b183a416c4069f2c28f865c680045c7;hp=594be7208f7a64e6681f5821b944d7a32881ca93;hpb=9efb2d38d555f7ca5d0666246f789979d9d4115e;p=xboard.git diff --git a/backend.h b/backend.h index 594be72..fadc926 100644 --- a/backend.h +++ b/backend.h @@ -5,7 +5,8 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Free + * Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * @@ -427,6 +428,8 @@ 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)); /* A point in time */