]> git.sesse.net Git - stockfish/blobdiff - src/misc.h
Remove cruft from Logger class
[stockfish] / src / misc.h
index cda0ef591192c9852e422447a3a3f57ef91bb1c6..f37fd5ef5763577bc05e081adc3ad21c3567037e 100644 (file)
@@ -57,7 +57,9 @@ public:
   static Time current_time() { Time t; t.restart(); return t; }
 
 private:
-  my_time_t t;
+  sys_time_t t;
 };
 
+extern void start_logger(bool b);
+
 #endif // !defined(MISC_H_INCLUDED)