r25454: Use standard bool types in a couple more places.
[kai/samba.git] / source4 / winbind / wb_utils.c
index 5fb14c1b4c91064dfa295ece9bd30d5ac0749725..dfd09a98feb6f325d3424d3c93db36c6884c1fc2 100644 (file)
@@ -27,7 +27,7 @@
  * as one string.
  * TODO: We probably will need to handle other formats later. */
 
-BOOL wb_samba3_split_username(TALLOC_CTX *mem_ctx, const char *domuser,
+bool wb_samba3_split_username(TALLOC_CTX *mem_ctx, const char *domuser,
                                 char **domain, char **user)
 {
        char *p = strchr(domuser, *lp_winbind_separator(global_loadparm));