diff options
Diffstat (limited to 'libguile/ioext.h')
-rw-r--r-- | libguile/ioext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/ioext.h b/libguile/ioext.h index 0971da74b..9294f2223 100644 --- a/libguile/ioext.h +++ b/libguile/ioext.h @@ -57,7 +57,7 @@ extern SCM scm_sys_freopen (SCM filename, SCM modes, SCM port); extern SCM scm_sys_duplicate_port (SCM oldpt, SCM modes); extern SCM scm_sys_redirect_port (SCM into_pt, SCM from_pt); extern SCM scm_sys_fileno (SCM port); -extern SCM scm_sys_isatty (SCM port); +extern SCM scm_sys_isatty_p (SCM port); extern SCM scm_sys_fdopen (SCM fdes, SCM modes); extern SCM scm_sys_primitive_move_to_fdes (SCM port, SCM fd); extern void scm_setfileno (FILE *fs, int fd); @@ -72,7 +72,7 @@ extern SCM scm_sys_freopen (); extern SCM scm_sys_duplicate_port (); extern SCM scm_sys_redirect_port (); extern SCM scm_sys_fileno (); -extern SCM scm_sys_isatty (); +extern SCM scm_sys_isatty_p (); extern SCM scm_sys_fdopen (); extern SCM scm_sys_primitive_move_to_fdes (); extern void scm_setfileno (); |