diff options
author | Sumit Bose <sbose@redhat.com> | 2010-05-21 09:36:04 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-05-27 14:44:12 -0400 |
commit | 8b420102e0d91edb2acbd2e8a40fc7d9995de2ba (patch) | |
tree | 56456ff9213b2037a6914d6df6f97d2a80863979 /src/util/util.h | |
parent | c2caac87520c2f5a7db764d4827d1ad4cadcb696 (diff) | |
download | sssd-8b420102e0d91edb2acbd2e8a40fc7d9995de2ba.tar.gz sssd-8b420102e0d91edb2acbd2e8a40fc7d9995de2ba.tar.bz2 sssd-8b420102e0d91edb2acbd2e8a40fc7d9995de2ba.zip |
Move parse_args() to util
Diffstat (limited to 'src/util/util.h')
-rw-r--r-- | src/util/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/util.h b/src/util/util.h index 58c51a0a..1277305e 100644 --- a/src/util/util.h +++ b/src/util/util.h @@ -317,4 +317,6 @@ errno_t check_and_open_readonly(const char *filename, int *fd, const uid_t uid, /* from util.c */ int split_on_separator(TALLOC_CTX *mem_ctx, const char *str, const char sep, bool trim, char ***_list, int *size); + +char **parse_args(const char *str); #endif /* __SSSD_UTIL_H__ */ |