aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/io.h')
-rw-r--r--include/ruby/io.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ruby/io.h b/include/ruby/io.h
index bcdee3b0c0..23337679f0 100644
--- a/include/ruby/io.h
+++ b/include/ruby/io.h
@@ -197,6 +197,11 @@ void rb_io_read_check(rb_io_t*);
int rb_io_read_pending(rb_io_t*);
DEPRECATED(void rb_read_check(FILE*));
+struct stat;
+VALUE rb_stat_new(const struct stat *);
+
+/* gc.c */
+
RUBY_SYMBOL_EXPORT_END
#if defined(__cplusplus)