RIP BOOL. Convert BOOL -> bool. I found a few interesting
[jerry/samba.git] / source / lib / messages.c
index c153953fb70e1c0b308d078fe3cf91899cf431ac..5cd575466fae33aeff86432227f2cf126df3e6a5 100644 (file)
@@ -144,7 +144,7 @@ static int traverse_fn(struct db_record *rec,
  *
  * @retval True for success.
  **/
-BOOL message_send_all(struct messaging_context *msg_ctx,
+bool message_send_all(struct messaging_context *msg_ctx,
                      int msg_type,
                      const void *buf, size_t len,
                      int *n_sent)