Update file_stream.c
This commit is contained in:
parent
dca30d533f
commit
c10859b745
|
@ -114,13 +114,6 @@ struct RFILE
|
|||
char *buf;
|
||||
};
|
||||
|
||||
FILE* filestream_get_fp(RFILE *stream)
|
||||
{
|
||||
if (!stream)
|
||||
return NULL;
|
||||
return stream->fp;
|
||||
}
|
||||
|
||||
const char *filestream_get_ext(RFILE *stream)
|
||||
{
|
||||
if (!stream)
|
||||
|
|
Loading…
Reference in New Issue