Export mrb_ary_clear in array.h

This commit is contained in:
Daniel Bovensiepen
2013-01-08 10:07:15 +08:00
parent 4b50b1c2c4
commit af75d8de2c
+1
View File
@@ -55,6 +55,7 @@ mrb_value mrb_ary_new4(mrb_state *mrb, int n, const mrb_value *elts);
mrb_value mrb_assoc_new(mrb_state *mrb, mrb_value car, mrb_value cdr);
mrb_value mrb_ary_entry(mrb_value ary, int offset);
mrb_value mrb_ary_shift(mrb_state *mrb, mrb_value self);
mrb_value mrb_ary_clear(mrb_state *mrb, mrb_value self);
#if defined(__cplusplus)
} /* extern "C" { */