From 50b2088674b5835aaab3985d7dcc7473c1a3b08c Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 17 Mar 2007 11:36:04 +0000 Subject: (svn r9266) -Codechange: unify the retrieval of the base paths a little more. --- src/fileio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fileio.h') diff --git a/src/fileio.h b/src/fileio.h index bae8940e9..c3db610d7 100644 --- a/src/fileio.h +++ b/src/fileio.h @@ -21,6 +21,6 @@ bool FioCheckFileExists(const char *filename); void FioCreateDirectory(const char *filename); void AppendPathSeparator(char *buf, size_t buflen); -void DeterminePaths(); +void DeterminePaths(const char *exe); #endif /* FILEIO_H */ -- cgit v1.2.3-54-g00ecf