summaryrefslogtreecommitdiff
path: root/libguile/strports.h
diff options
context:
space:
mode:
authorKeisuke Nishida <kxn30@po.cwru.edu>2001-03-13 05:59:42 +0000
committerKeisuke Nishida <kxn30@po.cwru.edu>2001-03-13 05:59:42 +0000
commitfe78b6c09680352332481f26502b5a30d3dbf0ca (patch)
tree66a7f01a3d03f676dd03604b14893401c0aa2a4f /libguile/strports.h
parentf7fd6a73897f915c5079c9e7877e5a19b03948ba (diff)
downloadguile-fe78b6c09680352332481f26502b5a30d3dbf0ca.tar.gz
(scm_object_to_string): Takes an optional argument.
Diffstat (limited to 'libguile/strports.h')
-rw-r--r--libguile/strports.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/strports.h b/libguile/strports.h
index 917b73f60..6767bd2b7 100644
--- a/libguile/strports.h
+++ b/libguile/strports.h
@@ -50,7 +50,7 @@
extern SCM scm_mkstrport (SCM pos, SCM str, long modes, const char * caller);
extern SCM scm_strport_to_string (SCM port);
-extern SCM scm_object_to_string (SCM obj);
+extern SCM scm_object_to_string (SCM obj, SCM printer);
extern SCM scm_call_with_output_string (SCM proc);
extern SCM scm_call_with_input_string (SCM str, SCM proc);
extern SCM scm_read_0str (char *expr);