From c16366271080ad9064a06a0b21e25d030024863c Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Sat, 24 Jul 1999 23:09:48 +0000 Subject: * objects.c (scm_make_port_classes): New function ptr. --- libguile/objects.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libguile/objects.h') diff --git a/libguile/objects.h b/libguile/objects.h index 9dc6c2a67..d982cd833 100644 --- a/libguile/objects.h +++ b/libguile/objects.h @@ -200,6 +200,7 @@ extern SCM *scm_smob_class; /* Plugin Goops functions. */ extern SCM (*scm_make_extended_class) (char *type_name); +extern void (*scm_make_port_classes) (int ptobnum, char *type_name); extern void (*scm_change_object_class) (SCM, SCM, SCM); extern void (*scm_memoize_method) (SCM x, SCM args); -- cgit v1.2.3