diff options
Diffstat (limited to 'libguile/unif.h')
-rw-r--r-- | libguile/unif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/unif.h b/libguile/unif.h index 61daaf634..5ff7ea1c6 100644 --- a/libguile/unif.h +++ b/libguile/unif.h @@ -118,6 +118,7 @@ SCM_API SCM scm_array_to_list (SCM v); SCM_API SCM scm_list_to_uniform_array (SCM ndim, SCM prot, SCM lst); SCM_API int scm_raprin1 (SCM exp, SCM port, scm_print_state *pstate); SCM_API SCM scm_array_prototype (SCM ra); +SCM_API SCM scm_array_creator (SCM ra); SCM_API SCM scm_i_read_array (SCM port, int c); |