Update file_stream.h

This commit is contained in:
Alcaro 2017-12-04 13:51:25 +01:00 committed by GitHub
parent 2b3cc8898a
commit 130e4522e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,8 +99,11 @@ int filestream_printf(RFILE *stream, const char* format, ...);
int filestream_error(RFILE *stream);
int filestream_get_fd(RFILE *stream);
/* DO NOT put this function back, unless you want to deal with
the UNAVOIDABLE REGRESSIONS on platforms using unexpected rfile backends
int filestream_get_fd(RFILE *stream); */
/* TODO: remove, for the same reason as the above */
FILE* filestream_get_fp(RFILE *stream);
int filestream_flush(RFILE *stream);