diff options
Diffstat (limited to 'module/rnrs.scm')
-rw-r--r-- | module/rnrs.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/module/rnrs.scm b/module/rnrs.scm index e10967bb4..476a3ab2d 100644 --- a/module/rnrs.scm +++ b/module/rnrs.scm @@ -1,6 +1,6 @@ ;;; rnrs.scm --- The R6RS composite library -;; Copyright (C) 2010 Free Software Foundation, Inc. +;; Copyright (C) 2010, 2011 Free Software Foundation, Inc. ;; ;; This library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public @@ -165,7 +165,8 @@ make-transcoder transcoder-codec native-transcoder latin-1-codec utf-8-codec utf-16-codec - eof-object? port? input-port? output-port? eof-object port-transcoder + eof-object? port? input-port? output-port? eof-object port-eof? + port-transcoder binary-port? transcoded-port port-position set-port-position! port-has-port-position? port-has-set-port-position!? close-port call-with-port |