diff options
Diffstat (limited to 'struct.h')
-rw-r--r-- | struct.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ val super(val type); val make_struct(val type, val plist, struct args *); val copy_struct(val strct); val clear_struct(val strct, val value); +val replace_struct(val target, val source); val find_struct_type(val sym); val slot(val strct, val sym); val slotset(val strct, val sym, val newval); |