diff -r 4355c6039a28 -r b09677d72413 src/ucx/utils.h --- a/src/ucx/utils.h Mon May 14 18:13:03 2018 +0200 +++ b/src/ucx/utils.h Mon May 14 18:16:12 2018 +0200 @@ -162,7 +162,7 @@ * @param data ignored * @return the result of sstrcmp(s1, s2) */ -int ucx_sstrcmp(const void *s1, const void *s2, void *data); +int ucx_cmp_sstr(const void *s1, const void *s2, void *data); /** * Compares two integers of type int.