This commit is contained in:
gabime
2014-01-29 04:00:05 +02:00
parent 470c23ad92
commit 31315db7b2
6 changed files with 127 additions and 34 deletions

View File

@@ -10,8 +10,8 @@ namespace c11log
namespace os
{
std::tm localtime(const std::time_t &time_t);
std::tm localtime();
std::tm localtime();
}
}
}
}