diff -r 90b6d69bb499 -r d6f580621512 src/ucx/utils.h --- a/src/ucx/utils.h Mon May 14 17:56:03 2018 +0200 +++ b/src/ucx/utils.h Mon May 14 18:12:14 2018 +0200 @@ -144,7 +144,7 @@ * @param data omitted * @return the result of strcmp(s1, s2) */ -int ucx_strcmp(const void *s1, const void *s2, void *data); +int ucx_cmp_str(const void *s1, const void *s2, void *data); /** * Wraps the strncmp function.