selinux/libsepol/include
Nicolas Iooss fd9e5ef7b7 libsepol: use constant keys in hashtab functions
Even though "hashtab_key_t" is an alias for "char *", "const
hashtab_key_t" is not an alias for "(const char) *" but means "(char *)
const".

Introduce const_hashtab_key_t to map "(const char) *" and use it in
hashtab_search() and hashtab key comparison functions.

Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
2017-01-19 08:46:19 -05:00
..
sepol libsepol: use constant keys in hashtab functions 2017-01-19 08:46:19 -05:00
Makefile libsepol: build cil into libsepol 2014-08-26 08:03:31 -04:00