From 0e0a7393064a1826b31fc567f35617f3e7a134fc Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Sun, 8 Mar 2009 00:20:50 +0100 Subject: sss_usermod Move parse_groups into tools_utils --- server/tools/tools_util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/tools/tools_util.h') 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__ */ -- cgit