internal.c: move mrb_method_missing prototype to <mruby/internal.h>.

Ref #5776
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-08-15 17:24:08 +09:00
parent db20cbce53
commit 37dc1be74b
4 changed files with 3 additions and 5 deletions
+1
View File
@@ -21,6 +21,7 @@ mrb_bool mrb_const_name_p(mrb_state*, const char*, mrb_int);
mrb_value mrb_class_find_path(mrb_state*, struct RClass*);
mrb_value mrb_mod_to_s(mrb_state *, mrb_value);
void mrb_method_added(mrb_state *mrb, struct RClass *c, mrb_sym mid);
mrb_noreturn void mrb_method_missing(mrb_state *mrb, mrb_sym name, mrb_value self, mrb_value args);
#endif
/* debug */