summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-27 08:35:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-27 08:35:56 +0000
commitcdcd5e6a9992cce53123d8feeee3176805262084 (patch)
tree705d30c332e11d3a3097455765cc31c1e8582004
parent1be9bd72fbc7606d66e93bc3b2fe0d5c2086189a (diff)
downloadruby-cdcd5e6a9992cce53123d8feeee3176805262084.tar.gz
ruby-cdcd5e6a9992cce53123d8feeee3176805262084.tar.xz
ruby-cdcd5e6a9992cce53123d8feeee3176805262084.zip
* include/ruby/intern.h (rb_io_get_io): added prototype.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--include/ruby/intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h
index d39a9352c..28d59d0cd 100644
--- a/include/ruby/intern.h
+++ b/include/ruby/intern.h
@@ -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);