Implement searching games in Game List for a position
[xboard.git] / moves.h
diff --git a/moves.h b/moves.h
index 105906b..d8f3953 100644 (file)
--- a/moves.h
+++ b/moves.h
@@ -171,3 +171,5 @@ void Disambiguate P((Board board, int flags, DisambiguateClosure *closure));
 ChessMove CoordsToAlgebraic P((Board board, int flags,
                               int rf, int ff, int rt, int ft,
                               int promoChar, char out[MOVE_LEN]));
+
+extern int quickFlag;