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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/tools/tools_util.h b/server/tools/tools_util.h
index e055fe23b..7c66c119d 100644
--- a/server/tools/tools_util.h
+++ b/server/tools/tools_util.h
@@ -1,6 +1,8 @@
#ifndef __TOOLS_UTIL_H__
#define __TOOLS_UTIL_H__
+#include "util/sssd-i18n.h"
+
#define UID_NOT_SET 0
#define GID_NOT_SET 0
@@ -36,6 +38,8 @@ struct tools_ctx {
struct sss_domain_info *domains;
};
+int init_sss_tools(struct tools_ctx **ctx);
+
int setup_db(struct tools_ctx **ctx);
void usage(poptContext pc, const char *error);