diff options
Diffstat (limited to 'libguile/gsubr.h')
-rw-r--r-- | libguile/gsubr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libguile/gsubr.h b/libguile/gsubr.h index 298181b15..e75658d1c 100644 --- a/libguile/gsubr.h +++ b/libguile/gsubr.h @@ -51,6 +51,8 @@ SCM_API SCM scm_c_define_gsubr_with_generic (const char *name, SCM_INTERNAL SCM scm_i_gsubr_apply (SCM proc, SCM arg, ...); SCM_INTERNAL SCM scm_i_gsubr_apply_list (SCM proc, SCM args); +SCM_INTERNAL SCM scm_i_gsubr_apply_array (SCM proc, SCM *args, int nargs, + int headroom); SCM_INTERNAL void scm_init_gsubr (void); #endif /* SCM_GSUBR_H */ |