summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-05-18 04:56:27 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-05-18 04:56:27 +0000
commit32dc42cf1a248821df7594047bd3fd7822622b32 (patch)
treeb44992897e705edbaec22a2c5e4aee402c5d5177 /io.c
parentec6b316cf26eae7eb36e3f9bce24110319e33e35 (diff)
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r--io.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/io.c b/io.c
index 14655c7538..0dda83fbab 100644
--- a/io.c
+++ b/io.c
@@ -64,8 +64,6 @@ struct timeval {
#include <net/socket.h>
#endif
-VALUE rb_ad_string();
-
VALUE cIO;
extern VALUE cFile;
VALUE eEOFError;
@@ -81,12 +79,9 @@ static VALUE argf;
ID id_write;
-VALUE lastline_get();
-void lastline_set();
-
extern char *inplace;
-struct timeval time_timeval();
+struct timeval time_timeval _((VALUE));
#ifdef _STDIO_USES_IOSTREAM /* GNU libc */
# ifdef _IO_fpos_t