diff options
Diffstat (limited to 'src/util/util.h')
-rw-r--r-- | src/util/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/util.h b/src/util/util.h index 5df86b4c..30713f9b 100644 --- a/src/util/util.h +++ b/src/util/util.h @@ -479,7 +479,7 @@ errno_t sss_fd_nonblocking(int fd); /* Copy a NULL-terminated string list * Returns NULL on out of memory error or invalid input */ -char **dup_string_list(TALLOC_CTX *memctx, const char **str_list); +const char **dup_string_list(TALLOC_CTX *memctx, const char **str_list); /* Take two string lists (terminated on a NULL char*) * and return up to three arrays of strings based on |