RIP BOOL. Convert BOOL -> bool. I found a few interesting
[samba.git] / source3 / libsmb / ntlmssp_parse.c
index 15739d3068efa0997fbe9b5e9720946e55b2cc14..76194d597430ad9a3983b7bfdc6b92733a344c1d 100644 (file)
@@ -39,7 +39,7 @@
   d = word (4 bytes)
   C = constant ascii string
  */
-BOOL msrpc_gen(DATA_BLOB *blob,
+bool msrpc_gen(DATA_BLOB *blob,
               const char *format, ...)
 {
        int i, n;
@@ -182,7 +182,7 @@ if ((head_ofs + amount) > blob->length) { \
   C = constant ascii string
  */
 
-BOOL msrpc_parse(const DATA_BLOB *blob,
+bool msrpc_parse(const DATA_BLOB *blob,
                 const char *format, ...)
 {
        int i;