4 int polyglot_open (
const char * BookFile,
const int BookNumber);
6 int polyglot_moves (
char *moves,
const char *fen,
const int BookNumber);
int polyglot_open(const char *BookFile, const int BookNumber)
int polyglot_positions(char *moves, const char *fen, const int BookNumber)
int polyglot_close(const int BookNumber)
void scid_book_update(char *probs, const int BookNumber)
int scid_book_movesupdate(char *moves, char *probs, const int BookNumber, char *tempfile)
int polyglot_moves(char *moves, const char *fen, const int BookNumber)