From e8505b64725b10f92e828d289ad0995bb23c1c8a Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 6 May 1999 08:31:50 +0000 Subject: small fixes git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@457 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- rubyio.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'rubyio.h') diff --git a/rubyio.h b/rubyio.h index 77c37fc45f..8bb75b6972 100644 --- a/rubyio.h +++ b/rubyio.h @@ -50,11 +50,12 @@ typedef struct OpenFile { FILE *rb_fopen _((const char*, const char*)); FILE *rb_fdopen _((int, const char*)); -void rb_io_check_writable _((OpenFile *)); -void rb_io_check_readable _((OpenFile *)); -void rb_io_fptr_finalize _((OpenFile *)); -void rb_io_unbuffered _((OpenFile *)); -void rb_io_check_closed _((OpenFile *)); +int rb_io_mode_flags _((const char*)); +void rb_io_check_writable _((OpenFile*)); +void rb_io_check_readable _((OpenFile*)); +void rb_io_fptr_finalize _((OpenFile*)); +void rb_io_unbuffered _((OpenFile*)); +void rb_io_check_closed _((OpenFile*)); void rb_eof_error _((void)); #endif -- cgit v1.2.3