1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00

* objects.c (scm_make_port_classes): New function ptr.

This commit is contained in:
Mikael Djurfeldt 1999-07-24 23:09:48 +00:00
parent 16019956ab
commit c163662710
2 changed files with 4 additions and 2 deletions

View file

@ -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);