summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authortake_cheeze <[email protected]>2014-06-16 15:28:04 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-06-23 20:06:17 +0900
commit6bb56ed9201c10738404aef3f5a375145cba1153 (patch)
tree25e511363f9fd67f6ceed8e0452ea15699a06a40 /include
parentad23483f32d251eb06abb9df7bd14749c45fe030 (diff)
downloadmruby-6bb56ed9201c10738404aef3f5a375145cba1153.tar.gz
mruby-6bb56ed9201c10738404aef3f5a375145cba1153.zip
add mrb_open_without_mrbgems API
Diffstat (limited to 'include')
-rw-r--r--include/mruby.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mruby.h b/include/mruby.h
index 7b9f1b428..e5248ab7c 100644
--- a/include/mruby.h
+++ b/include/mruby.h
@@ -296,6 +296,7 @@ mrb_value mrb_str_new_static(mrb_state *mrb, const char *p, size_t len);
mrb_state* mrb_open(void);
mrb_state* mrb_open_allocf(mrb_allocf, void *ud);
+mrb_state* mrb_open_without_mrbgems(mrb_allocf, void *ud);
void mrb_close(mrb_state*);
mrb_value mrb_top_self(mrb_state *);