RIP BOOL. Convert BOOL -> bool. I found a few interesting
[tprouty/samba.git] / source3 / include / smbprofile.h
index 2c25a69601d265bbb7d246f3484e92286df5437a..c89815598b4520c3319638b61529801f2a016025 100644 (file)
@@ -764,8 +764,8 @@ struct profile_header {
 
 extern struct profile_header *profile_h;
 extern struct profile_stats *profile_p;
-extern BOOL do_profile_flag;
-extern BOOL do_profile_times;
+extern bool do_profile_flag;
+extern bool do_profile_times;
 
 #ifdef WITH_PROFILE