hashmap_get_next returns "struct hashmap_entry *"
authorEric Wong <redacted>
Sun, 6 Oct 2019 23:30:34 +0000 (23:30 +0000)
committerJunio C Hamano <redacted>
Mon, 7 Oct 2019 01:20:10 +0000 (10:20 +0900)
commit6bcbdfb277bdc81b5ad6996b3fb005382a35c2ee
treed2c5a170735b75f905cfe0314aec1d6431e6142a
parent973d5eea7455e1053842f7474c8ec34755f3525b
hashmap_get_next returns "struct hashmap_entry *"

This is a step towards removing the requirement for
hashmap_entry being the first field of a struct.

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