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)
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.


No differences found