summaryrefslogtreecommitdiff
path: root/libguile/objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/objects.h')
-rw-r--r--libguile/objects.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libguile/objects.h b/libguile/objects.h
index 18d335112..9f460ca58 100644
--- a/libguile/objects.h
+++ b/libguile/objects.h
@@ -177,6 +177,8 @@ extern SCM scm_set_object_procedure_x (SCM obj, SCM procs);
extern SCM scm_make_class_object (SCM metaclass, SCM layout);
extern SCM scm_make_subclass_object (SCM class, SCM layout);
+extern SCM scm_i_make_class_object (SCM metaclass, SCM layout_string,
+ unsigned long flags);
extern void scm_init_objects SCM_P ((void));
#endif /* OBJECTSH */