summaryrefslogtreecommitdiffstats
path: root/intern.h
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-06 08:40:30 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-06 08:40:30 +0000
commiteca8a5a23a25bd5d13db45b643e146e82f9a9be9 (patch)
tree92055143e8d1ef22277637802fff499dd1e06d09 /intern.h
parent7b1ef6a36b43e65ba7156198a8b1ab2cc3c6807e (diff)
downloadruby-eca8a5a23a25bd5d13db45b643e146e82f9a9be9.tar.gz
ruby-eca8a5a23a25bd5d13db45b643e146e82f9a9be9.tar.xz
ruby-eca8a5a23a25bd5d13db45b643e146e82f9a9be9.zip
* rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,
ext/pty/pty.c, ext/io/wait/wait.c, ext/openssl/ossl_ssl.c: Use own buffering mechanism instead of stdio. * io.c, ext/stringio/stringio.c, test/ruby/ut_eof.rb: EOF flag removed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'intern.h')
-rw-r--r--intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern.h b/intern.h
index ef2eaaecd..8bc30db0e 100644
--- a/intern.h
+++ b/intern.h
@@ -278,6 +278,7 @@ VALUE rb_io_gets _((VALUE));
VALUE rb_io_getc _((VALUE));
VALUE rb_io_ungetc _((VALUE, VALUE));
VALUE rb_io_close _((VALUE));
+VALUE rb_io_flush _((VALUE));
VALUE rb_io_eof _((VALUE));
VALUE rb_io_binmode _((VALUE));
VALUE rb_io_addstr _((VALUE, VALUE));