From 860b9b1cead825da2dfc109858f8f134f973f62d Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 9 Nov 2009 10:40:33 +0000 Subject: (svn r18028) -Codechange: unglobalise some functions --- src/fileio.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fileio.cpp') diff --git a/src/fileio.cpp b/src/fileio.cpp index 45d88b82c..858ac5abb 100644 --- a/src/fileio.cpp +++ b/src/fileio.cpp @@ -302,7 +302,7 @@ char *FioGetDirectory(char *buf, size_t buflen, Subdirectory subdir) return buf; } -FILE *FioFOpenFileSp(const char *filename, const char *mode, Searchpath sp, Subdirectory subdir, size_t *filesize) +static FILE *FioFOpenFileSp(const char *filename, const char *mode, Searchpath sp, Subdirectory subdir, size_t *filesize) { #if defined(WIN32) && defined(UNICODE) /* fopen is implemented as a define with ellipses for @@ -436,7 +436,7 @@ void FioCreateDirectory(const char *name) * @param buf string to append the separator to * @param buflen the length of the buf */ -void AppendPathSeparator(char *buf, size_t buflen) +static void AppendPathSeparator(char *buf, size_t buflen) { size_t s = strlen(buf); -- cgit v1.2.3-70-g09d2