summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mruby/error.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mruby/error.h b/include/mruby/error.h
index 689cf4b8f..9dd4260c2 100644
--- a/include/mruby/error.h
+++ b/include/mruby/error.h
@@ -21,6 +21,9 @@ void mrb_print_backtrace(mrb_state *mrb);
mrb_value mrb_exc_backtrace(mrb_state *mrb, mrb_value exc);
mrb_value mrb_get_backtrace(mrb_state *mrb);
+/* declaration for fail method */
+mrb_value mrb_f_raise(mrb_state*, mrb_value);
+
#if defined(__cplusplus)
} /* extern "C" { */
#endif