summaryrefslogtreecommitdiff
path: root/libguile/ioext.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/ioext.h')
-rw-r--r--libguile/ioext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/ioext.h b/libguile/ioext.h
index ef9f8d1da..803dc3294 100644
--- a/libguile/ioext.h
+++ b/libguile/ioext.h
@@ -50,8 +50,8 @@
extern SCM scm_read_delimited_x SCM_P ((SCM delims, SCM buf, SCM gobble, SCM port, SCM offset, SCM length));
extern SCM scm_write_line SCM_P ((SCM obj, SCM port));
-extern SCM scm_ftell SCM_P ((SCM port));
-extern SCM scm_fseek SCM_P ((SCM port, SCM offset, SCM whence));
+extern SCM scm_ftell SCM_P ((SCM object));
+extern SCM scm_fseek SCM_P ((SCM object, SCM offset, SCM whence));
extern SCM scm_freopen SCM_P ((SCM filename, SCM modes, SCM port));
extern SCM scm_redirect_port SCM_P ((SCM into_pt, SCM from_pt));
extern SCM scm_dup_to_fdes (SCM fd_or_port, SCM newfd);