* rw.c: new file, implementing C part of module (ice-9 rw).
[bpt/guile.git] / libguile / ioext.h
index 5853f44..c6b4712 100644 (file)
@@ -48,8 +48,6 @@
 
 \f
 
-extern SCM scm_read_string_x_partial (SCM str, SCM port_or_fdes, SCM start,
-                                     SCM end);
 extern SCM scm_ftell (SCM object);
 extern SCM scm_redirect_port (SCM into_pt, SCM from_pt);
 extern SCM scm_dup_to_fdes (SCM fd_or_port, SCM newfd);