r24712: No longer expose the 'BOOL' data type in any interfaces.
[kai/samba.git] / source4 / libcli / smb2 / smb2.h
index cad9ebd38e978fa8ec57e583c3a580cf210f7f5b..33876c6f7c5a0f383a3cee482e864503d50c9dc6 100644 (file)
@@ -128,8 +128,8 @@ struct smb2_request {
        uint64_t seqnum;
 
        struct {
-               BOOL do_cancel;
-               BOOL can_cancel;
+               bool do_cancel;
+               bool can_cancel;
                uint32_t pending_id;
        } cancel;