r24712: No longer expose the 'BOOL' data type in any interfaces.
[metze/samba/wip.git] / source4 / auth / gensec / schannel.h
index c3dcd68cfac585b5235b63434dcd5dd7ea5e4368..2ddea290068ed4c62c36264519a275ef51e6e89e 100644 (file)
@@ -30,7 +30,7 @@ enum schannel_position {
 struct schannel_state {
        enum schannel_position state;
        uint32_t seq_num;
-       BOOL initiator;
+       bool initiator;
        struct creds_CredentialState *creds;
 };