RIP BOOL. Convert BOOL -> bool. I found a few interesting
[samba.git] / source3 / librpc / ndr / libndr.h
index adf2c94e4aaa1814ad71241dc8b1f09b9b2cbdd7..4531293c7b7b8af329e6d6d5fd6b463542068795 100644 (file)
@@ -293,7 +293,7 @@ struct ndr_interface_call {
         ndr_push_flags_fn_t ndr_push;
         ndr_pull_flags_fn_t ndr_pull;
         ndr_print_function_t ndr_print;
-        BOOL async;
+        bool async;
 };
 
 struct ndr_interface_string_array {