X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftimeman.h;h=d187475fba0de2392820c9719fe5cafadc093c8a;hp=c93c6e7d2777144cbeef41b90f4130098da35b31;hb=391cd57b52a18166f90202f01f28be1f3bf24d4c;hpb=f40e481fd63d056cbdad78c2c3fcdad0ff3556d9 diff --git a/src/timeman.h b/src/timeman.h index c93c6e7d..d187475f 100644 --- a/src/timeman.h +++ b/src/timeman.h @@ -25,6 +25,7 @@ //// Prototypes //// -void calc_search_times(const int myTime, const int myInc, const int movesToGo, const int currentPly, int &minimumSearchTime, int &maximumSearchTime); +void get_search_times(int myTime, int myInc, int movesToGo, int currentPly, + int* maxSearchTime, int* absoluteMaxSearchTime); #endif // !defined(SEARCH_H_INCLUDED)