diff options
Diffstat (limited to 'source3/include/smbprofile.h')
-rw-r--r-- | source3/include/smbprofile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/smbprofile.h b/source3/include/smbprofile.h index 2c25a69601d..c89815598b4 100644 --- a/source3/include/smbprofile.h +++ b/source3/include/smbprofile.h @@ -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 |