r24712: No longer expose the 'BOOL' data type in any interfaces.
[samba.git] / source4 / lib / charset / iconv.c
index dacb65ccad30ffde668b8d1ef07f01d32d671256..d10b3bb03c258c0d1e404079665d67a84fb01205 100644 (file)
@@ -148,7 +148,7 @@ size_t smb_iconv(smb_iconv_t cd,
        return 0;
 }
 
-static BOOL is_utf16(const char *name)
+static bool is_utf16(const char *name)
 {
        return strcasecmp(name, "UCS-2LE") == 0 ||
                strcasecmp(name, "UTF-16LE") == 0;