summaryrefslogtreecommitdiff
path: root/libguile/foreign-object.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/foreign-object.h')
-rw-r--r--libguile/foreign-object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/foreign-object.h b/libguile/foreign-object.h
index fadb3b554..3b7784eb6 100644
--- a/libguile/foreign-object.h
+++ b/libguile/foreign-object.h
@@ -32,6 +32,7 @@ SCM_API SCM scm_make_foreign_object_type (SCM name, SCM slot_names,
SCM_API void scm_assert_foreign_object_type (SCM type, SCM val);
+SCM_API SCM scm_make_foreign_object_0 (SCM type);
SCM_API SCM scm_make_foreign_object_1 (SCM type, scm_t_bits val0);
SCM_API SCM scm_make_foreign_object_2 (SCM type, scm_t_bits val0,
scm_t_bits val1);