src/ucx/utils.h

changeset 292
d9abf53b8397
parent 286
85f55abea563
child 308
d6f580621512
     1.1 --- a/src/ucx/utils.h	Fri May 11 17:40:16 2018 +0200
     1.2 +++ b/src/ucx/utils.h	Fri May 11 18:13:54 2018 +0200
     1.3 @@ -156,6 +156,15 @@
     1.4  int ucx_strncmp(const void *s1, const void *s2, void *n);
     1.5  
     1.6  /**
     1.7 + * Wraps the sstrcmp function.
     1.8 + * @param s1 sstr one
     1.9 + * @param s2 sstr two
    1.10 + * @param data ignored
    1.11 + * @return the result of sstrcmp(s1, s2)
    1.12 + */
    1.13 +int ucx_sstrcmp(const void *s1, const void *s2, void *data);
    1.14 +
    1.15 +/**
    1.16   * Compares two integers of type int.
    1.17   * @param i1 pointer to integer one
    1.18   * @param i2 pointer to integer two

mercurial