r24712: No longer expose the 'BOOL' data type in any interfaces.
[jra/samba/.git] / source4 / libcli / smb_composite / smb_composite.h
index e560c790f745904be25c029117e3ececf477d5be..617daaf442301aa36f6ef49176cb090eeb0107e5 100644 (file)
@@ -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;
 };