--- previous/src/includes/paths.h 2018/04/24 19:25:10 1.1 +++ previous/src/includes/paths.h 2018/04/24 19:32:18 1.1.1.2 @@ -8,10 +8,10 @@ #ifndef HATARI_PATHS_H #define HATARI_PATHS_H -extern void Paths_Init(const char *argv0); -extern const char *Paths_GetWorkingDir(void); -extern const char *Paths_GetDataDir(void); -extern const char *Paths_GetUserHome(void); -extern const char *Paths_GetHatariHome(void); +void Paths_Init(const char *argv0); +const char *Paths_GetWorkingDir(void); +const char *Paths_GetDataDir(void); +const char *Paths_GetUserHome(void); +const char *Paths_GetHatariHome(void); #endif