summaryrefslogtreecommitdiff
path: root/src/files.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2010-09-19 20:01:20 +0400
committerAndrey Nazarov <skuller@skuller.net>2010-09-19 20:44:34 +0400
commit50550ada74a73d6e2ab1711d602958e1a69d66af (patch)
treebac7290e313f1a9e5308fd3824df80fc8ed1c9e6 /src/files.c
parent0b2ea4da8201958c7cb802aa4691bc6203e45cea (diff)
Prevent missing prototype warnings.
Marked some functions static. Moved some function prototypes into proper header files.
Diffstat (limited to 'src/files.c')
-rw-r--r--src/files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/files.c b/src/files.c
index 36aeda1..969fd01 100644
--- a/src/files.c
+++ b/src/files.c
@@ -2631,7 +2631,7 @@ fail:
FS_Path_f
============
*/
-void FS_Path_f( void ) {
+static void FS_Path_f( void ) {
searchpath_t *s;
int numFilesInPAK = 0;
#if USE_ZLIB