]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/basic/hashmap.h
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)
committerLennart Poettering <lennart@poettering.net>
Mon, 11 Jan 2016 18:39:59 +0000 (19:39 +0100)
commit758dd67e8d40e65f695103bb03a77afaa087c5be
tree9d2b7bc2bd45ab3a32af54f3394ad6981eb85bcd
parente84750c905111675bdae8437257c764e13d776b5
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.
Makefile.am
src/basic/hash-funcs.c [new file with mode: 0644]
src/basic/hash-funcs.h [new file with mode: 0644]
src/basic/hashmap.c
src/basic/hashmap.h