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.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/server/tools/tools_util.h b/server/tools/tools_util.h
index f17e68dac..c062decec 100644
--- a/server/tools/tools_util.h
+++ b/server/tools/tools_util.h
@@ -26,7 +26,6 @@
#include <popt.h>
#include "util/sssd-i18n.h"
-#include "tools/sss_sync_ops.h"
#define CHECK_ROOT(val, prg_name) do { \
val = getuid(); \
@@ -49,7 +48,7 @@ struct tools_ctx {
struct ops_ctx *octx;
struct sysdb_handle *handle;
- int transaction_done;
+ bool transaction_done;
int error;
};
@@ -73,6 +72,4 @@ int parse_groups(TALLOC_CTX *mem_ctx,
int parse_group_name_domain(struct tools_ctx *tctx,
char **groups);
-void tools_transaction_done(struct tevent_req *req);
-
#endif /* __TOOLS_UTIL_H__ */