]> git.sesse.net Git - stockfish/blobdiff - src/misc.h
Update copyright year to 2012
[stockfish] / src / misc.h
index 303514f7ffd2655a3e4c1dff2b36bab1f6ff3454..55e2f55ebe0d15b841407bb3440e44c35dc24a87 100644 (file)
@@ -1,7 +1,7 @@
 /*
   Stockfish, a UCI chess playing engine derived from Glaurung 2.1
   Copyright (C) 2004-2008 Tord Romstad (Glaurung author)
-  Copyright (C) 2008-2010 Marco Costalba, Joona Kiiski, Tord Romstad
+  Copyright (C) 2008-2012 Marco Costalba, Joona Kiiski, Tord Romstad
 
   Stockfish is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -26,9 +26,8 @@
 #include "lock.h"
 #include "types.h"
 
-extern const std::string engine_name();
-extern const std::string engine_authors();
-extern int get_system_time();
+extern const std::string engine_info(bool to_uci = false);
+extern int system_time();
 extern int cpu_count();
 extern void timed_wait(WaitCondition*, Lock*, int);
 extern void prefetch(char* addr);