(svn r18029) -Fix (r18028): AppendPathSeparator() should stay global

This commit is contained in:
glx
2009-11-09 15:16:38 +00:00
parent 224f4e0197
commit 2e499a43a9
2 changed files with 2 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ char *FioAppendDirectory(char *buf, size_t buflen, Searchpath sp, Subdirectory s
char *FioGetDirectory(char *buf, size_t buflen, Subdirectory subdir);
void SanitizeFilename(char *filename);
void AppendPathSeparator(char *buf, size_t buflen);
void DeterminePaths(const char *exe);
void *ReadFileToMem(const char *filename, size_t *lenp, size_t maxsize);
bool FileExists(const char *filename);