From b0ef52e959265932c848a888453937162e3414ef Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 8 Oct 2007 14:21:22 +0000 Subject: r25578: BOOL -> bool metze (This used to be commit 198e8d7fff285fc70f2525af2a34a61d385b0d29) --- source4/libcli/swig/libcli_nbt.i | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source4/libcli/swig/libcli_nbt.i b/source4/libcli/swig/libcli_nbt.i index 9aa81acd1f..ec7632ccf4 100644 --- a/source4/libcli/swig/libcli_nbt.i +++ b/source4/libcli/swig/libcli_nbt.i @@ -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; -- cgit