1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

r25578: BOOL -> bool

metze
(This used to be commit 198e8d7fff285fc70f2525af2a34a61d385b0d29)
This commit is contained in:
Stefan Metzmacher 2007-10-08 14:21:22 +00:00 committed by Gerald (Jerry) Carter
parent 863a1dd155
commit b0ef52e959

View 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;