summaryrefslogtreecommitdiffstats
path: root/src/util/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/util.h')
-rw-r--r--src/util/util.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/util.h b/src/util/util.h
index cd975c2c8..3b8acd1c5 100644
--- a/src/util/util.h
+++ b/src/util/util.h
@@ -290,6 +290,12 @@ char **sss_create_internal_fqname_list(TALLOC_CTX *mem_ctx,
const char * const *shortname_list,
const char *dom_name);
+/* Turn fqname into cased shortname with replaced space. */
+char *sss_output_name(TALLOC_CTX *mem_ctx,
+ const char *fqname,
+ bool case_sensitive,
+ const char replace_space);
+
/* from backup-file.c */
int backup_file(const char *src, int dbglvl);