renamed and moved function to sanitize player name
[rocksndiamonds.git] / src / libgame / misc.h
index 5d6084f13e04b33f1792ad23700e21cdb4927e48..159b393a27d0fdb9041c273a04aa5c56997f9d0d 100644 (file)
@@ -143,6 +143,7 @@ char *getUnixHomeDir(void);
 
 char *getLoginName(void);
 char *getRealName(void);
+char *getFixedUserName(char *);
 
 time_t getFileTimestampEpochSeconds(char *);