RIP BOOL. Convert BOOL -> bool. I found a few interesting
[samba.git] / source3 / torture / utable.c
index 0fa48ab45e3cd6d73ed8913965271a0577cbf74d..7032cea99b82aa1fe70eefbd95ebdb7a4e5c6f7b 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "includes.h"
 
-BOOL torture_utable(int dummy)
+bool torture_utable(int dummy)
 {
        struct cli_state *cli;
        fstring fname, alt_name;
@@ -110,7 +110,7 @@ static char *form_name(int c)
        return fname;
 }
 
-BOOL torture_casetable(int dummy)
+bool torture_casetable(int dummy)
 {
        static struct cli_state *cli;
        char *fname;