From 7ea2ceddb832b9973694fecac9fe3c30400735ba Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 16 Jan 1998 12:19:22 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r11, which included commits to RCS files with non-trunk default branches. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'io.h') diff --git a/io.h b/io.h index cc87677d0c..c671fca8ed 100644 --- a/io.h +++ b/io.h @@ -48,6 +48,11 @@ typedef struct OpenFile { #define GetWriteFile(fptr) (((fptr)->f2) ? (fptr)->f2 : (fptr)->f) -FILE *rb_fopen(); +FILE *rb_fopen _((char *, char *)); +FILE *rb_fdopen _((int, char *)); +void io_writable _((OpenFile *)); +void io_readable _((OpenFile *)); +void io_fptr_finalize _((OpenFile *)); +void io_unbuffered _((OpenFile *)); #endif -- cgit v1.2.3