rnd-20060730-2-src
[rocksndiamonds.git] / src / libgame / misc.h
index cc3ecf0a3349e03333c177504aaae465136e7d7b..7c84c94b21e1c2480528580c9458fc183638f3b0 100644 (file)
@@ -93,7 +93,6 @@ unsigned int get_random_number(int, int);
 
 char *getLoginName(void);
 char *getRealName(void);
-char *getHomeDir(void);
 
 char *getBasePath(char *);
 char *getBaseName(char *);
@@ -189,8 +188,8 @@ void ReloadCustomArtworkList(struct ArtworkListInfo *);
 void FreeCustomArtworkLists(struct ArtworkListInfo *);
 
 char *getErrorFilename(char *);
-void initErrorFile();
-FILE *openErrorFile();
+void openErrorFile();
+void closeErrorFile();
 void dumpErrorFile();
 void NotifyUserAboutErrorFile();