summaryrefslogtreecommitdiff
path: root/libguile/ioext.h
diff options
context:
space:
mode:
authorGary Houston <ghouston@arglist.com>1997-07-20 05:49:39 +0000
committerGary Houston <ghouston@arglist.com>1997-07-20 05:49:39 +0000
commiteadd48de2b7b916a29da6d36e650c84a76b1a3f4 (patch)
treeeb293bc3a550059f807e340592417f09b74dcde4 /libguile/ioext.h
parent9c29ac668ff5444ab9e61d357062d090af2c1850 (diff)
downloadguile-eadd48de2b7b916a29da6d36e650c84a76b1a3f4.tar.gz
* fluids.c (next_fluid_num): don't do
SCM_THREAD_CRITICAL_SECTION_START/END unless USE_THREADS is defined. * ports.h: prototypes too. * ports.c (scm_mode_bits, scm_port_mode): moved from fports.c. * fports.h: prototype too. * fports.c (scm_evict_ports): moved from ioext.c. * ports.c (scm_close_port): return a boolean instead of unspecified. throw an error if an error other than EBADF occurs. * filesys.h: scm_close prototype. * filesys.c (scm_close): new procedure, can close file descriptors and ports (scsh compatible). * ports.c (scm_flush_all_ports): SCM_PROC incorrectly allowed an optional argument.
Diffstat (limited to 'libguile/ioext.h')
-rw-r--r--libguile/ioext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/ioext.h b/libguile/ioext.h
index d3d2a37a7..194c74a23 100644
--- a/libguile/ioext.h
+++ b/libguile/ioext.h
@@ -60,7 +60,6 @@ extern SCM scm_isatty_p SCM_P ((SCM port));
extern SCM scm_fdopen SCM_P ((SCM fdes, SCM modes));
extern SCM scm_primitive_move_to_fdes SCM_P ((SCM port, SCM fd));
extern void scm_setfileno SCM_P ((FILE *fs, int fd));
-extern void scm_evict_ports SCM_P ((int fd));
extern SCM scm_fdes_to_ports SCM_P ((SCM fd));
extern void scm_init_ioext SCM_P ((void));