summaryrefslogtreecommitdiffstats
path: root/struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'struct.h')
-rw-r--r--struct.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/struct.h b/struct.h
index c5c9d193..722308b9 100644
--- a/struct.h
+++ b/struct.h
@@ -27,7 +27,8 @@
extern val struct_type_s, meth_s;
val make_struct_type(val name, val super,
val static_slots, val slots,
- val static_initfun, val initfun, val boactor);
+ val static_initfun, val initfun, val boactor,
+ val postinitfun);
val struct_type_p(val obj);
val super(val type);
val make_struct(val type, val plist, struct args *);