summaryrefslogtreecommitdiffstats
path: root/struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'struct.h')
-rw-r--r--struct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/struct.h b/struct.h
index 3923a2f2..5d116807 100644
--- a/struct.h
+++ b/struct.h
@@ -52,6 +52,6 @@ val struct_type(val strct);
val method(val strct, val slotsym);
val super_method(val strct, val slotsym);
val uslot(val slot);
-val umethod(val slot);
+val umethod(val slot, struct args *);
val method_name(val fun);
void struct_init(void);