mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* include/ruby/intern.h (rb_io_get_io): added prototype.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5f47ed9b59
commit
c660a9c466
1 changed files with 1 additions and 0 deletions
|
@ -408,6 +408,7 @@ VALUE rb_io_printf(int, VALUE*, VALUE);
|
|||
VALUE rb_io_print(int, VALUE*, VALUE);
|
||||
VALUE rb_io_puts(int, VALUE*, VALUE);
|
||||
VALUE rb_io_fdopen(int, int, const char*);
|
||||
VALUE rb_io_get_io(VALUE);
|
||||
VALUE rb_file_open(const char*, const char*);
|
||||
VALUE rb_file_open_str(VALUE, const char*);
|
||||
VALUE rb_gets(void);
|
||||
|
|
Loading…
Add table
Reference in a new issue