summaryrefslogtreecommitdiffstats
path: root/server/tools/tools_util.h
diff options
context:
space:
mode:
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__ */