summaryrefslogtreecommitdiff
path: root/libguile/gsubr.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/gsubr.h')
-rw-r--r--libguile/gsubr.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libguile/gsubr.h b/libguile/gsubr.h
index 09c3cd99b..1aa0209fa 100644
--- a/libguile/gsubr.h
+++ b/libguile/gsubr.h
@@ -61,6 +61,12 @@ extern SCM scm_f_gsubr_apply;
extern SCM scm_make_gsubr SCM_P ((const char *name, int req, int opt, int rst,
SCM (*fcn)()));
+extern SCM scm_make_gsubr_with_generic SCM_P ((const char *name,
+ int req,
+ int opt,
+ int rst,
+ SCM (*fcn)(),
+ SCM *gf));
extern SCM scm_gsubr_apply SCM_P ((SCM args));
extern void scm_init_gsubr SCM_P ((void));