summaryrefslogtreecommitdiff
path: root/fileio.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-07-31 22:15:39 +0000
committerDarkvater <darkvater@openttd.org>2006-07-31 22:15:39 +0000
commit7b95782c9de2460f491b1f62cbfa1b3bbafd81cd (patch)
tree3b7a496805b14738b8a8b816db82a0ea424631b3 /fileio.h
parentcef563141a3f1bfe8d8f2bf5211598df57e4ec0f (diff)
downloadopenttd-7b95782c9de2460f491b1f62cbfa1b3bbafd81cd.tar.xz
(svn r5685) - Codechange: s/FiosCheckFileExists/FioCheckFileExists/ to unify the naming of these functions.
Diffstat (limited to 'fileio.h')
-rw-r--r--fileio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fileio.h b/fileio.h
index 926c986be..6ee58b32c 100644
--- a/fileio.h
+++ b/fileio.h
@@ -14,6 +14,6 @@ FILE *FioFOpenFile(const char *filename);
void FioOpenFile(int slot, const char *filename);
void FioReadBlock(void *ptr, uint size);
void FioSkipBytes(int n);
-bool FiosCheckFileExists(const char *filename);
+bool FioCheckFileExists(const char *filename);
#endif /* FILEIO_H */