src/core/log.h
changeset 3005 cc521f35f033
parent 2986 484e5030c441
child 3007 364e3943c8f0
--- a/src/core/log.h	Sun May 04 22:46:31 2008 +0100
+++ b/src/core/log.h	Tue May 06 12:20:10 2008 -0700
@@ -308,7 +308,7 @@
 
 typedef void (*LogTimePrinter) (std::ostream &os);
 
-void LogRegisterTimePrinter (LogTimePrinter);
+void LogSetTimePrinter (LogTimePrinter);
 LogTimePrinter LogGetTimePrinter(void);