summaryrefslogtreecommitdiff
path: root/libguile/ports.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2016-04-26 22:13:26 +0200
committerAndy Wingo <wingo@pobox.com>2016-04-26 22:37:04 +0200
commit796676028b5812b556decf5cad1f3ce3992ac25f (patch)
tree91a0938a7d8fba06852dd8d3e83f01fe381bec08 /libguile/ports.h
parentabf90c4e72fd7cd6573f77b06239e2e6c2f47fce (diff)
downloadguile-796676028b5812b556decf5cad1f3ce3992ac25f.tar.gz
Remove scm_fill_input_unlocked
* libguile/ports.h (scm_fill_input_unlocked): Remove. * libguile/ports.c (scm_fill_input): Rename from scm_fill_input_unlocked. Adapt callers. * libguile/r6rs-ports.c (scm_get_bytevector_some): Adapt. * libguile/read.c (scm_i_scan_for_encoding): Adapt.
Diffstat (limited to 'libguile/ports.h')
-rw-r--r--libguile/ports.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/ports.h b/libguile/ports.h
index 82b2553fe..4ea2c30ff 100644
--- a/libguile/ports.h
+++ b/libguile/ports.h
@@ -314,7 +314,6 @@ SCM_API SCM scm_unread_string (SCM str, SCM port);
/* Manipulating the buffers. */
SCM_API SCM scm_setvbuf (SCM port, SCM mode, SCM size);
SCM_API SCM scm_fill_input (SCM port);
-SCM_API SCM scm_fill_input_unlocked (SCM port);
SCM_INTERNAL size_t scm_take_from_input_buffers (SCM port, char *dest, size_t read_len);
SCM_API SCM scm_drain_input (SCM port);
SCM_API void scm_end_input (SCM port);