RIP BOOL. Convert BOOL -> bool. I found a few interesting
[samba.git] / source3 / include / asn_1.h
index 152662ccbf86e4d29baf67aa5f8d9d741deaf882..dd345cd601617f1d9da9a0c583619d29ab5062f1 100644 (file)
@@ -31,7 +31,7 @@ typedef struct asn1_data {
        size_t length;
        off_t ofs;
        struct nesting *nesting;
-       BOOL has_error;
+       bool has_error;
 } ASN1_DATA;