diff options
Diffstat (limited to 'hash.c')
-rw-r--r-- | hash.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -189,6 +189,7 @@ static struct cobj_ops hash_ops = { cobj_print_op, hash_destroy, hash_mark, + 0 }; void hash_grow(struct hash *h) |