diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/hash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mruby/hash.h b/include/mruby/hash.h index 17a8c0931..7aab80f21 100644 --- a/include/mruby/hash.h +++ b/include/mruby/hash.h @@ -26,6 +26,7 @@ mrb_value mrb_hash_new(mrb_state *mrb); void mrb_hash_set(mrb_state *mrb, mrb_value hash, mrb_value key, mrb_value val); mrb_value mrb_hash_get(mrb_state *mrb, mrb_value hash, mrb_value key); mrb_value mrb_hash_fetch(mrb_state *mrb, mrb_value hash, mrb_value key, mrb_value def); +mrb_value mrb_hash_delete_key(mrb_state *mrb, mrb_value hash, mrb_value key); mrb_value mrb_hash(mrb_state *mrb, mrb_value obj); /* RHASH_TBL allocates st_table if not available. */ |
