src/ucx/utils.h

changeset 310
b09677d72413
parent 309
4355c6039a28
child 311
e1f3248576bc
     1.1 --- a/src/ucx/utils.h	Mon May 14 18:13:03 2018 +0200
     1.2 +++ b/src/ucx/utils.h	Mon May 14 18:16:12 2018 +0200
     1.3 @@ -162,7 +162,7 @@
     1.4   * @param data ignored
     1.5   * @return the result of sstrcmp(s1, s2)
     1.6   */
     1.7 -int ucx_sstrcmp(const void *s1, const void *s2, void *data);
     1.8 +int ucx_cmp_sstr(const void *s1, const void *s2, void *data);
     1.9  
    1.10  /**
    1.11   * Compares two integers of type int.

mercurial