]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/utils.h
Drop copyright and license notices from source files
[libs/core.git] / source / time / utils.h
index 9efe39a3715bf0cb40f486bfd9872aa08765e48e..291655946123135059c61b1b4bd0a316c25b15da 100644 (file)
@@ -1,11 +1,8 @@
-/*
-This file is part of libmspframework     
-Copyright © 2006  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
 #ifndef MSP_TIME_UTILS_H_
 #define MSP_TIME_UTILS_H_
 
+#include <string>
+
 namespace Msp {
 namespace Time {
 
@@ -13,6 +10,7 @@ class TimeDelta;
 class TimeStamp;
 
 extern TimeStamp now();
+extern std::string format_now(const std::string &);
 extern TimeDelta get_cpu_time();
 extern int sleep(const TimeDelta &);