added functions to get timestamp strings
[rocksndiamonds.git] / src / libgame / misc.h
index 159b393a27d0fdb9041c273a04aa5c56997f9d0d..bb7753d77c5763319402ea0b40adce0584fb0534 100644 (file)
@@ -144,6 +144,10 @@ char *getUnixHomeDir(void);
 char *getLoginName(void);
 char *getRealName(void);
 char *getFixedUserName(char *);
+char *getDefaultUserName(int);
+
+char *getTimestampFromEpoch(time_t);
+char *getCurrentTimestamp(void);
 
 time_t getFileTimestampEpochSeconds(char *);