diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1999-07-24 23:09:48 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1999-07-24 23:09:48 +0000 |
commit | c16366271080ad9064a06a0b21e25d030024863c (patch) | |
tree | a2cd6cf228384f8c87fab69438da8f2d75fda4aa /libguile/objects.h | |
parent | 16019956abbe61d3aee3264f0130b4319e45e177 (diff) | |
download | guile-c16366271080ad9064a06a0b21e25d030024863c.tar.gz |
* objects.c (scm_make_port_classes): New function ptr.
Diffstat (limited to 'libguile/objects.h')
-rw-r--r-- | libguile/objects.h | 1 |
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); |