improved handling of failed tape uploads to score server
[rocksndiamonds.git] / src / libgame / misc.h
index a8eaa335972b2655f27408333b232c6cf79bd316..27ae0f3df394bdacd632f9195c430295f7b4545d 100644 (file)
@@ -120,6 +120,8 @@ int log_2(unsigned int);
 
 boolean getTokenValueFromString(char *, char **, char **);
 
+char *getUUID(void);
+
 void InitCounter(void);
 unsigned int Counter(void);
 void Delay(unsigned int);
@@ -227,6 +229,7 @@ void WriteUnusedBytesToFile(FILE *, unsigned int);
 
 char *getUTF8FromLatin1(char *);
 char *getLatin1FromUTF8(char *);
+char *getEscapedJSON(char *);
 
 char *getKeyNameFromKey(Key);
 char *getX11KeyNameFromKey(Key);
@@ -255,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 *);