summaryrefslogtreecommitdiffstats
path: root/src/util/util.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-03-22 16:49:12 +0100
committerStephen Gallagher <sgallagh@redhat.com>2012-03-29 15:06:53 -0400
commit9930aed614d3908e167e64de4e8c1c1c05584a92 (patch)
tree35a02ef33bd86d73b5b47afc0fb2cc424fd5d951 /src/util/util.h
parentbd0dad92d8cd37f9c710741a33820368d9a831c5 (diff)
downloadsssd_unused-9930aed614d3908e167e64de4e8c1c1c05584a92.tar.gz
sssd_unused-9930aed614d3908e167e64de4e8c1c1c05584a92.tar.xz
sssd_unused-9930aed614d3908e167e64de4e8c1c1c05584a92.zip
Add sss_get_cased_name_list utility function
Diffstat (limited to 'src/util/util.h')
-rw-r--r--src/util/util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/util.h b/src/util/util.h
index 985c7898..da6db1cf 100644
--- a/src/util/util.h
+++ b/src/util/util.h
@@ -405,6 +405,10 @@ char *
sss_get_cased_name(TALLOC_CTX *mem_ctx, const char *orig_name,
bool case_sensitive);
+errno_t
+sss_get_cased_name_list(TALLOC_CTX *mem_ctx, const char * const *orig,
+ bool case_sensitive, const char ***_cased);
+
/* from backup-file.c */
int backup_file(const char *src, int dbglvl);