summaryrefslogtreecommitdiff
path: root/libguile/ioext.h
diff options
context:
space:
mode:
authorGary Houston <ghouston@arglist.com>2001-04-29 13:03:14 +0000
committerGary Houston <ghouston@arglist.com>2001-04-29 13:03:14 +0000
commitb0e5fd8c3d8c09b4b11224e9f8d4cbf6a20a07a8 (patch)
treec06482e6e33986ea1c8f10a41ba3979fdd1ddd2f /libguile/ioext.h
parent370bababdadc9bc93ef4fef1125dcdeaa1842a87 (diff)
downloadguile-b0e5fd8c3d8c09b4b11224e9f8d4cbf6a20a07a8.tar.gz
* rw.c: new file, implementing C part of module (ice-9 rw).
(scm_read_string_x_partial): moved from ioext.c (scm_init_rw): new proc. * rw.h: new file. init.c: include rw.h and call scm_init_rw. Makefile.am: include rw.c and rw.h.
Diffstat (limited to 'libguile/ioext.h')
-rw-r--r--libguile/ioext.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/ioext.h b/libguile/ioext.h
index 5853f4490..c6b4712ac 100644
--- a/libguile/ioext.h
+++ b/libguile/ioext.h
@@ -48,8 +48,6 @@
-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);