Implement init_search()

No functional change

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Joona Kiiski
2010-02-07 13:15:39 +02:00
committed by Marco Costalba
parent 8261f61964
commit 7ae16a193b
3 changed files with 30 additions and 21 deletions

View File

@@ -68,6 +68,7 @@ struct SearchStack {
//// Prototypes
////
extern void init_search();
extern void init_threads();
extern void stop_threads();
extern bool think(const Position &pos, bool infinite, bool ponder, int side_to_move,