fixed bug with not updating game panel when leaving invisible warp mode
[rocksndiamonds.git] / src / libgame / misc.h
index 5d6084f13e04b33f1792ad23700e21cdb4927e48..bb7753d77c5763319402ea0b40adce0584fb0534 100644 (file)
@@ -143,6 +143,11 @@ 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 *);