summaryrefslogtreecommitdiffstats
path: root/src/util/util.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-03-19 08:02:06 +0100
committerStephen Gallagher <sgallagh@redhat.com>2012-03-30 08:51:06 -0400
commitab39dad6572ebf2f0dda53d703d0323a848547d8 (patch)
treec754e18c2e662ec687eae39a09c267f8d818ef3d /src/util/util.h
parentaad27b6b3581e1f4244c4b22cfcb1534506bb68d (diff)
downloadsssd-ab39dad6572ebf2f0dda53d703d0323a848547d8.tar.gz
sssd-ab39dad6572ebf2f0dda53d703d0323a848547d8.tar.xz
sssd-ab39dad6572ebf2f0dda53d703d0323a848547d8.zip
Make the string_equal() function publicsssd-1.8.0-20.el6
Diffstat (limited to 'src/util/util.h')
-rw-r--r--src/util/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/util.h b/src/util/util.h
index e1684d5be..da6db1cff 100644
--- a/src/util/util.h
+++ b/src/util/util.h
@@ -520,6 +520,7 @@ char *
sss_tc_utf8_str_tolower(TALLOC_CTX *mem_ctx, const char *s);
uint8_t *
sss_tc_utf8_tolower(TALLOC_CTX *mem_ctx, const uint8_t *s, size_t len, size_t *_nlen);
+bool sss_string_equal(bool cs, const char *s1, const char *s2);
/* len includes terminating '\0' */
struct sized_string {