added functions to get timestamp strings
[rocksndiamonds.git] / src / libgame / misc.h
index e48d21efa0c7cb626983885356b510d8c5e45357..bb7753d77c5763319402ea0b40adce0584fb0534 100644 (file)
@@ -146,6 +146,9 @@ char *getRealName(void);
 char *getFixedUserName(char *);
 char *getDefaultUserName(int);
 
+char *getTimestampFromEpoch(time_t);
+char *getCurrentTimestamp(void);
+
 time_t getFileTimestampEpochSeconds(char *);
 
 char *getBasePath(char *);