X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpawns.h;h=5803e36c4601213cc553398f96f305a23943b8db;hp=f24fb75ad3b8d9c2511492c72698e8de59562c2a;hb=91de6b0f37516462658f6e38db430813aa9e7ed8;hpb=069073ea6882ccb27fe4b571ed08ebe6a4ad8c65 diff --git a/src/pawns.h b/src/pawns.h index f24fb75a..5803e36c 100644 --- a/src/pawns.h +++ b/src/pawns.h @@ -79,6 +79,7 @@ struct Entry { typedef HashTable Table; +void init(); Entry* probe(const Position& pos, Table& entries); } // namespace Pawns