]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - fs.c
Cryptographic authentication support for the d0_blind_id library available on http...
[xonotic/darkplaces.git] / fs.c
diff --git a/fs.c b/fs.c
index a5281f584be580bb33e8073bfdc906094730c974..abe57f424c7c5a4d2fb5630caab0aa182199b4af 100644 (file)
--- a/fs.c
+++ b/fs.c
@@ -1500,7 +1500,6 @@ void FS_GameDir_f (void)
        FS_ChangeGameDirs(numgamedirs, gamedirs, true, true);
 }
 
-static qfile_t* FS_SysOpen (const char* filepath, const char* mode, qboolean nonblocking);
 static const char *FS_SysCheckGameDir(const char *gamedir)
 {
        static char buf[8192];
@@ -1928,7 +1927,7 @@ FS_SysOpen
 Internal function used to create a qfile_t and open the relevant non-packed file on disk
 ====================
 */
-static qfile_t* FS_SysOpen (const char* filepath, const char* mode, qboolean nonblocking)
+qfile_t* FS_SysOpen (const char* filepath, const char* mode, qboolean nonblocking)
 {
        qfile_t* file;