RIP BOOL. Convert BOOL -> bool. I found a few interesting
[samba.git] / source3 / torture / mangle_test.c
index 0bcddd6ebdab22912c239b32e6b78de32f724090..00457719a89113a57796ffcfff2ebb7ff724f3ca 100644 (file)
@@ -27,7 +27,7 @@ static TDB_CONTEXT *tdb;
 
 static unsigned total, collisions, failures;
 
-static BOOL test_one(struct cli_state *cli, const char *name)
+static bool test_one(struct cli_state *cli, const char *name)
 {
        int fnum;
        fstring shortname;
@@ -158,11 +158,11 @@ static void gen_name(char *name)
 }
 
 
-BOOL torture_mangle(int dummy)
+bool torture_mangle(int dummy)
 {
        static struct cli_state *cli;
        int i;
-       BOOL ret = True;
+       bool ret = True;
 
        printf("starting mangle test\n");