]> git.sesse.net Git - stockfish/blobdiff - src/pawns.h
Retire PawnsFileSpan
[stockfish] / src / pawns.h
index f24fb75ad3b8d9c2511492c72698e8de59562c2a..5803e36c4601213cc553398f96f305a23943b8db 100644 (file)
@@ -79,6 +79,7 @@ struct Entry {
 
 typedef HashTable<Entry, 16384> Table;
 
+void init();
 Entry* probe(const Position& pos, Table& entries);
 
 } // namespace Pawns