improved handling of failed tape uploads to score server
[rocksndiamonds.git] / src / libgame / misc.h
index 1665a2469f32cb34a9640a84bd1a73b043712b20..27ae0f3df394bdacd632f9195c430295f7b4545d 100644 (file)
@@ -120,9 +120,7 @@ int log_2(unsigned int);
 
 boolean getTokenValueFromString(char *, char **, char **);
 
-char *GetPlayerUUID(void);
-char *GetSystemUUID(void);
-void SetSystemUUID(char *);
+char *getUUID(void);
 
 void InitCounter(void);
 unsigned int Counter(void);
@@ -260,6 +258,7 @@ int seekFile(File *, long, int);
 int getByteFromFile(File *);
 char *getStringFromFile(File *, char *, int);
 int copyFile(char *, char *);
+boolean touchFile(char *);
 
 Directory *openDirectory(char *);
 int closeDirectory(Directory *);