summaryrefslogtreecommitdiff
path: root/libguile/bytevectors.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/bytevectors.h')
-rw-r--r--libguile/bytevectors.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libguile/bytevectors.h b/libguile/bytevectors.h
index 506312638..525b02078 100644
--- a/libguile/bytevectors.h
+++ b/libguile/bytevectors.h
@@ -129,10 +129,6 @@ SCM_API SCM scm_utf32_to_string (SCM, SCM);
/* Hint that is passed to `scm_gc_malloc ()' and friends. */
#define SCM_GC_BYTEVECTOR "bytevector"
-SCM_INTERNAL SCM scm_i_make_typed_bytevector (size_t, scm_t_array_element_type);
-SCM_INTERNAL SCM scm_c_take_typed_bytevector (signed char *, size_t,
- scm_t_array_element_type);
-
SCM_INTERNAL void scm_bootstrap_bytevectors (void);
SCM_INTERNAL void scm_init_bytevectors (void);