Bugfix draw offer to engine if color zippy enable.
[xboard.git] / backend.h
index 9e1fbb0..6bd8441 100644 (file)
--- a/backend.h
+++ b/backend.h
@@ -169,6 +169,13 @@ int ToUpper P((int c));
 
 extern GameInfo gameInfo;
 
+/* ICS vars used with backend.c and zippy.c */
+#define ICS_GENERIC 0
+#define ICS_ICC 1
+#define ICS_FICS 2
+#define ICS_CHESSNET 3 /* not really supported */
+int ics_type;
+
 
 /* pgntags.c prototypes
  */
@@ -188,7 +195,7 @@ typedef struct _ListGame {
     unsigned long offset;   /*  Byte offset of game within file.     */
     GameInfo gameInfo;      /*  Note that some entries may be NULL. */
 } ListGame;
+
 extern List gameList;
 void ClearGameInfo P((GameInfo *));
 int GameListBuild P((FILE *));