]> the.earth.li Git - onak.git/commit
Move free_statskey into hash.c
authorJonathan McDowell <noodles@earth.li>
Tue, 9 Apr 2019 14:42:28 +0000 (15:42 +0100)
committerJonathan McDowell <noodles@earth.li>
Tue, 9 Apr 2019 14:42:28 +0000 (15:42 +0100)
commit63024252ef5bc13b0b920112b91c1945e0cc6f13
tree59d126dddba959a32f1e8bb4020301eadb267de6
parent6df51fef2960f533a741fb7290867387ed3fbba5
Move free_statskey into hash.c

free_statskey() is only used within hash.c, so move it out of mem.c and
scope it more narrowly.
hash.c
mem.c
mem.h