diff options
Diffstat (limited to 'server/tools/sss_sync_ops.h')
-rw-r--r-- | server/tools/sss_sync_ops.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/tools/sss_sync_ops.h b/server/tools/sss_sync_ops.h index 525f2ff1..c99b9b91 100644 --- a/server/tools/sss_sync_ops.h +++ b/server/tools/sss_sync_ops.h @@ -21,6 +21,7 @@ #ifndef __SSS_OPS_H__ #define __SSS_OPS_H__ +#include "tools/tools_util.h" #include <stdbool.h> #define DO_LOCK 1 @@ -82,5 +83,8 @@ int groupmod(TALLOC_CTX *mem_ctx, struct sysdb_handle *handle, struct ops_ctx *data); +void start_transaction(struct tools_ctx *tctx); +void end_transaction(struct tools_ctx *tctx); + #endif /* __SSS_OPS_H__ */ |