summaryrefslogtreecommitdiff
path: root/internal/imemo.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/imemo.h')
-rw-r--r--internal/imemo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/imemo.h b/internal/imemo.h
index 849748f92f..44b41d1b1c 100644
--- a/internal/imemo.h
+++ b/internal/imemo.h
@@ -280,7 +280,9 @@ struct rb_fields {
VALUE rb_imemo_fields_new(VALUE klass, size_t capa);
VALUE rb_imemo_fields_new_complex(VALUE klass, size_t capa);
+VALUE rb_imemo_fields_new_complex_tbl(VALUE klass, st_table *tbl);
VALUE rb_imemo_fields_clone(VALUE fields_obj);
+void rb_imemo_fields_clear(VALUE fields_obj);
static inline VALUE *
rb_imemo_fields_ptr(VALUE obj_fields)