summaryrefslogtreecommitdiff
path: root/libguile/objects.h
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>1999-07-24 23:09:48 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>1999-07-24 23:09:48 +0000
commitc16366271080ad9064a06a0b21e25d030024863c (patch)
treea2cd6cf228384f8c87fab69438da8f2d75fda4aa /libguile/objects.h
parent16019956abbe61d3aee3264f0130b4319e45e177 (diff)
downloadguile-c16366271080ad9064a06a0b21e25d030024863c.tar.gz
* objects.c (scm_make_port_classes): New function ptr.
Diffstat (limited to 'libguile/objects.h')
-rw-r--r--libguile/objects.h1
1 files changed, 1 insertions, 0 deletions
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);