chiark / gitweb /
basic: split hash functions into their own header files
authorLennart Poettering <lennart@poettering.net>
Fri, 8 Jan 2016 00:10:45 +0000 (01:10 +0100)
committerSven Eden <yamakuzure@gmx.net>
Wed, 17 May 2017 13:22:15 +0000 (15:22 +0200)
commitf7e8917981217e60a6b6071c2a1ae6367890eea0
treea3fe28b1402478d8169da7d7ffa1e27680468e3f
parent07de3e94bec7f426258007c4a790a78589d2fee3
basic: split hash functions into their own header files

The hash operations are not really that specific to hashmaps, hence split them into a .c module of their own.
src/basic/hash-funcs.c [new file with mode: 0644]
src/basic/hash-funcs.h [new file with mode: 0644]
src/basic/hashmap.c