chiark / gitweb /
hashmap: use void* and uint8_t* for generic pointers
authorLennart Poettering <lennart@poettering.net>
Mon, 22 Feb 2016 17:40:28 +0000 (18:40 +0100)
committerSven Eden <yamakuzure@gmx.net>
Fri, 16 Jun 2017 08:12:57 +0000 (10:12 +0200)
commit45e507a05750d43384bfbe90b8b22dfb5a1c5d2a
tree75c7a7bb0a87d4254facc1110534c7fceb8b4d31
parent6ad22282b90b1a1e9ae26ba755bde67e340836c2
hashmap: use void* and uint8_t* for generic pointers

As suggested by CODING_STYLE we should use "void*" as type for generic memory,
and uint8_t* for generic bytes. Hence use that instead of "char*", which should
really be used only for strings these days.
src/basic/hashmap.c