From 61ffa08f4c95e29d301de9fbabd6e71c2dbc1056 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 27 Aug 2007 18:10:19 +0000 Subject: r24712: No longer expose the 'BOOL' data type in any interfaces. (This used to be commit 1ce32673d960c8b05b6c1b1b99e1976a402417ae) --- source4/libcli/smb_composite/smb_composite.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/libcli/smb_composite') diff --git a/source4/libcli/smb_composite/smb_composite.h b/source4/libcli/smb_composite/smb_composite.h index e560c790f7..617daaf442 100644 --- a/source4/libcli/smb_composite/smb_composite.h +++ b/source4/libcli/smb_composite/smb_composite.h @@ -89,12 +89,12 @@ struct smb_composite_connect { const char *service; const char *service_type; struct cli_credentials *credentials; - BOOL fallback_to_anonymous; + bool fallback_to_anonymous; const char *workgroup; } in; struct { struct smbcli_tree *tree; - BOOL anonymous_fallback_done; + bool anonymous_fallback_done; } out; }; -- cgit