mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* include/ruby/io.h (rb_io_mode_modenum): moved from
include/ruby/intern.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0153a4ea07
commit
12a55a6c7d
3 changed files with 6 additions and 1 deletions
|
@ -140,6 +140,7 @@ FILE *rb_io_stdio_file(rb_io_t *fptr);
|
|||
FILE *rb_fdopen(int, const char*);
|
||||
int rb_io_mode_flags(const char*);
|
||||
int rb_io_modenum_flags(int);
|
||||
int rb_io_mode_modenum(const char *mode);
|
||||
void rb_io_check_writable(rb_io_t*);
|
||||
void rb_io_check_readable(rb_io_t*);
|
||||
int rb_io_fptr_finalize(rb_io_t*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue