RIP BOOL. Convert BOOL -> bool. I found a few interesting
[ira/tdb.git] / source3 / include / regfio.h
index 40b3f2ed2fc19c90a8c9a4687b9b553ac689ef78..63516a358dc3621cd8d3ab6c25ce3e3a7d6b5ad1 100644 (file)
@@ -71,7 +71,7 @@ typedef struct regf_hbin {
 
        prs_struct ps;                  /* data */
 
-       BOOL dirty;                     /* has this hbin block been modified? */
+       bool dirty;                     /* has this hbin block been modified? */
 } REGF_HBIN;
 
 /* ??? List -- list of key offsets and hashed names for consistency */