summaryrefslogtreecommitdiff
path: root/internal/hash.h
diff options
context:
space:
mode:
-rw-r--r--internal/hash.h1
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ struct RHash {
/* hash.c */
void rb_hash_st_table_set(VALUE hash, st_table *st);
VALUE rb_hash_default_value(VALUE hash, VALUE key);
VALUE rb_hash_set_default_proc(VALUE hash, VALUE proc);
long rb_dbl_long_hash(double d);
st_table *rb_init_identtable(void);