]> git.sesse.net Git - stockfish/blobdiff - src/uci.h
Correctly output lowerbound/upperbound in threaded searches
[stockfish] / src / uci.h
index 7a2ef2558186fae68414871dfb14e2168332e313..3b5a6764b48c8897cf0392689dae131bc81dfa31 100644 (file)
--- a/src/uci.h
+++ b/src/uci.h
@@ -79,7 +79,7 @@ void loop(int argc, char* argv[]);
 std::string value(Value v);
 std::string square(Square s);
 std::string move(Move m, bool chess960);
-std::string pv(const Position& pos, Depth depth, Value alpha, Value beta);
+std::string pv(const Position& pos, Depth depth);
 std::string wdl(Value v, int ply);
 Move to_move(const Position& pos, std::string& str);