]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxtime.h
* layouttranslations.review - remove dupes
[lyx.git] / src / support / lyxtime.h
index 94d55e89e3f6a458cec8e66b835921f596b93b52..74586cf7de947264ed07a2beb7cc57486c6bfe5a 100644 (file)
@@ -18,6 +18,7 @@
 
 
 namespace lyx {
+namespace support {
 
 time_t current_time();
 
@@ -27,6 +28,12 @@ time_t current_time();
  */
 std::string const formatted_time(time_t t, std::string const & fmt);
 
-}; // namespace lyx
+/**
+ * Inverse of asctime(gmtime()).
+ */
+time_t from_asctime_utc(std::string t);
+
+} // namespace support
+} // namespace lyx
 
 #endif // LYXTIME_H