]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - fs.h
added FS_CheckNastyPath prototype to fs.h so that it can be used elsewhere
[xonotic/darkplaces.git] / fs.h
diff --git a/fs.h b/fs.h
index 11b993242c01f58e3cc1eae9513a7f2761ecf77e..5589af7a75652a4b6f2cd8cd07a76578f744ee4e 100644 (file)
--- a/fs.h
+++ b/fs.h
@@ -65,6 +65,7 @@ int FS_UnGetc (qfile_t* file, unsigned char c);
 int FS_Seek (qfile_t* file, fs_offset_t offset, int whence);
 fs_offset_t FS_Tell (qfile_t* file);
 void FS_Purge (qfile_t* file);
+int FS_CheckNastyPath (const char *path, qboolean isgamedir);
 qboolean FS_ChangeGameDir(const char *string);
 
 typedef struct fssearch_s