]> git.ipfire.org Git - thirdparty/systemd.git/commit
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)
committerLennart Poettering <lennart@poettering.net>
Mon, 22 Feb 2016 22:24:47 +0000 (23:24 +0100)
commit1a39bc8c650802630696c38e510a4a2a4c6bda92
tree057b98c61513d2ea293e226b605d04e899677964
parent9fe436ae7d2f86851eb458b63d2a7a69ec020537
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