r25578: BOOL -> bool
authorStefan Metzmacher <metze@samba.org>
Mon, 8 Oct 2007 14:21:22 +0000 (14:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:07:58 +0000 (15:07 -0500)
metze
(This used to be commit 198e8d7fff285fc70f2525af2a34a61d385b0d29)

source4/libcli/swig/libcli_nbt.i

index 9aa81acd1fb93f616083c3ded261205fc2f345c2..ec7632ccf4c491ea6a157762b7ebedd746fc48fc 100644 (file)
@@ -39,7 +39,7 @@
 
 %}
 
-%apply bool { BOOL };
+%apply bool { bool };
 %apply int { uint8_t };
 %apply int { int8_t };
 %apply unsigned int { uint16_t };
@@ -112,8 +112,8 @@ struct nbt_name_query {
        struct {
                struct nbt_name name;
                const char *dest_addr;
-               BOOL broadcast;
-               BOOL wins_lookup;
+               bool broadcast;
+               bool wins_lookup;
                int timeout; /* in seconds */
                int retries;
        } in;