diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-08-27 18:10:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:02:54 -0500 |
commit | 61ffa08f4c95e29d301de9fbabd6e71c2dbc1056 (patch) | |
tree | 5639bb3b7628532080737e4e1b1ff0b835ee4977 /source4/nsswitch | |
parent | 4fb038b0b8e7a4bb69ac0d9022684eeaca8a491a (diff) | |
download | samba-61ffa08f4c95e29d301de9fbabd6e71c2dbc1056.tar.gz samba-61ffa08f4c95e29d301de9fbabd6e71c2dbc1056.tar.bz2 samba-61ffa08f4c95e29d301de9fbabd6e71c2dbc1056.zip |
r24712: No longer expose the 'BOOL' data type in any interfaces.
(This used to be commit 1ce32673d960c8b05b6c1b1b99e1976a402417ae)
Diffstat (limited to 'source4/nsswitch')
-rw-r--r-- | source4/nsswitch/winbindd_nss.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source4/nsswitch/winbindd_nss.h b/source4/nsswitch/winbindd_nss.h index 75c040d830..724b830604 100644 --- a/source4/nsswitch/winbindd_nss.h +++ b/source4/nsswitch/winbindd_nss.h @@ -301,7 +301,7 @@ struct winbindd_request { fstring groupname; } acct_mgt; struct { - BOOL is_primary; + bool is_primary; fstring dcname; } init_conn; struct { @@ -313,7 +313,7 @@ struct winbindd_request { uint32 type; uint32 id; } dual_idmapset; - BOOL list_all_domains; + bool list_all_domains; struct { uid_t uid; @@ -450,9 +450,9 @@ struct winbindd_response { fstring name; fstring alt_name; fstring sid; - BOOL native_mode; - BOOL active_directory; - BOOL primary; + bool native_mode; + bool active_directory; + bool primary; uint32 sequence_number; } domain_info; struct { |