diff options
author | Zack Middleton <zturtleman@gmail.com> | 2013-02-15 21:08:47 -0600 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-02-16 21:58:25 +0000 |
commit | 870d3661390e50de8d5d9444477c10c8d7929a77 (patch) | |
tree | b5d9c96ae3a82fa7ee7aeafa7aeda48c3d525842 /src/qcommon/qcommon.h | |
parent | 04c8f48d8363b80540a3ce057908413b4479c92b (diff) |
5717 - Gamecode can open file "" for reading
Diffstat (limited to 'src/qcommon/qcommon.h')
-rw-r--r-- | src/qcommon/qcommon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qcommon/qcommon.h b/src/qcommon/qcommon.h index 430937c5..b61c27dc 100644 --- a/src/qcommon/qcommon.h +++ b/src/qcommon/qcommon.h @@ -1076,6 +1076,7 @@ qboolean Sys_StringToAdr( const char *s, netadr_t *a, netadrtype_t family ); qboolean Sys_IsLANAddress (netadr_t adr); void Sys_ShowIP(void); +FILE *Sys_FOpen( const char *ospath, const char *mode ); qboolean Sys_Mkdir( const char *path ); FILE *Sys_Mkfifo( const char *ospath ); char *Sys_Cwd( void ); |