src/ucx/utils.h

changeset 308
d6f580621512
parent 292
d9abf53b8397
child 309
4355c6039a28
     1.1 --- a/src/ucx/utils.h	Mon May 14 17:56:03 2018 +0200
     1.2 +++ b/src/ucx/utils.h	Mon May 14 18:12:14 2018 +0200
     1.3 @@ -144,7 +144,7 @@
     1.4   * @param data omitted
     1.5   * @return the result of strcmp(s1, s2)
     1.6   */
     1.7 -int ucx_strcmp(const void *s1, const void *s2, void *data);
     1.8 +int ucx_cmp_str(const void *s1, const void *s2, void *data);
     1.9  
    1.10  /**
    1.11   * Wraps the strncmp function.

mercurial