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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/util.h b/src/util/util.h
index 3334476ab..7b185bcb4 100644
--- a/src/util/util.h
+++ b/src/util/util.h
@@ -349,7 +349,7 @@ int sss_names_init(TALLOC_CTX *mem_ctx,
int sss_parse_name(TALLOC_CTX *memctx,
struct sss_names_ctx *snctx,
- const char *orig, char **domain, char **name);
+ const char *orig, char **_domain, char **_name);
char *
sss_get_cased_name(TALLOC_CTX *mem_ctx, const char *orig_name,