]> git.sesse.net Git - stockfish/blobdiff - src/timeman.h
Little timeman.cpp massage
[stockfish] / src / timeman.h
index c93c6e7d2777144cbeef41b90f4130098da35b31..d187475fba0de2392820c9719fe5cafadc093c8a 100644 (file)
@@ -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)