RIP BOOL. Convert BOOL -> bool. I found a few interesting
[sfrench/samba-autobuild/.git] / source / libgpo / gpo_filesync.c
index 81fdab3ee9c9121babcc0dc4565297d2474d043b..c4b65210c1763c50497ec81984dc6bbadeec8d09 100644 (file)
@@ -106,7 +106,7 @@ static NTSTATUS gpo_copy_dir(const char *unix_path)
  sync files
 ****************************************************************/
 
-static BOOL gpo_sync_files(struct sync_context *ctx)
+static bool gpo_sync_files(struct sync_context *ctx)
 {
        DEBUG(3,("calling cli_list with mask: %s\n", ctx->mask));