diff options
author | Andrey Nazarov <skuller@skuller.net> | 2010-09-19 20:01:20 +0400 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2010-09-19 20:44:34 +0400 |
commit | 50550ada74a73d6e2ab1711d602958e1a69d66af (patch) | |
tree | bac7290e313f1a9e5308fd3824df80fc8ed1c9e6 /src/files.c | |
parent | 0b2ea4da8201958c7cb802aa4691bc6203e45cea (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.c | 2 |
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 |