summaryrefslogtreecommitdiff
path: root/src/basic/hash-funcs.c
Commit message (Collapse)AuthorAgeFilesLines
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
| | | | | This should be handled fine now by .dir-locals.el, so need to carry that stuff in every file.
* basic: split hash functions into their own header filesLennart Poettering2016-01-111-0/+83
The hash operations are not really that specific to hashmaps, hence split them into a .c module of their own.