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:
parent
863a1dd155
commit
b0ef52e959
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user