hashmap_get_next takes "const struct hashmap_entry *"
authorEric Wong <redacted>
Sun, 6 Oct 2019 23:30:28 +0000 (23:30 +0000)
committerJunio C Hamano <redacted>
Mon, 7 Oct 2019 01:20:10 +0000 (10:20 +0900)
commitf6eb6bdcf2719defc3d38e0e2712fa3e18d29e91
treec66cbc464d075f07fedf1ab338a33fbc66c46638
parentd22245a2e360d2e708ca37169be8eb5a5899b98d
hashmap_get_next takes "const struct hashmap_entry *"

This is less error-prone than "const void *" as the compiler
now detects invalid types being passed.

Signed-off-by: Eric Wong <redacted>
Reviewed-by: Derrick Stolee <redacted>
Signed-off-by: Junio C Hamano <redacted>
diff.c
diffcore-rename.c
hashmap.c
hashmap.h
name-hash.c
t/helper/test-hashmap.c
git clone https://git.99rst.org/PROJECT