X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Ftimeman.h;h=46bc94e157c9fa85b5d48030b31f8dcb8a99b8f2;hb=5aef9186acb9d1831e51d828cb3be91f005c4893;hp=c93c6e7d2777144cbeef41b90f4130098da35b31;hpb=c0616d773dcb967dad755de74c36937fc5753b63;p=stockfish diff --git a/src/timeman.h b/src/timeman.h index c93c6e7d..46bc94e1 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* optimumSearchTime, int* maximumSearchTime); -#endif // !defined(SEARCH_H_INCLUDED) +#endif // !defined(TIMEMAN_H_INCLUDED)