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:
parent
16019956ab
commit
c163662710
2 changed files with 4 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue