summaryrefslogtreecommitdiffstats
path: root/server/tools/tools_util.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2009-03-08 00:20:50 +0100
committerStephen Gallagher <sgallagh@redhat.com>2009-03-09 10:21:37 -0400
commit0e0a7393064a1826b31fc567f35617f3e7a134fc (patch)
tree1faa9671a5580cff004d72ea6699200986793dac /server/tools/tools_util.h
parent691c9b36947b64ccad9275ba2ec32bf9294851c9 (diff)
downloadsssd-0e0a7393064a1826b31fc567f35617f3e7a134fc.tar.gz
sssd-0e0a7393064a1826b31fc567f35617f3e7a134fc.tar.xz
sssd-0e0a7393064a1826b31fc567f35617f3e7a134fc.zip
sss_usermod
Move parse_groups into tools_utils
Diffstat (limited to 'server/tools/tools_util.h')
-rw-r--r--server/tools/tools_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tools/tools_util.h b/server/tools/tools_util.h
index cf0e1fe92..d8edd4930 100644
--- a/server/tools/tools_util.h
+++ b/server/tools/tools_util.h
@@ -18,4 +18,6 @@ int setup_db(struct tools_ctx **ctx);
void usage(poptContext pc, const char *error);
+int parse_groups(TALLOC_CTX *mem_ctx, const char *optstr, char ***_out);
+
#endif /* __TOOLS_UTIL_H__ */