RIP BOOL. Convert BOOL -> bool. I found a few interesting
[samba.git] / source3 / nmbd / nmbd_synclists.c
index 6b716bdf3554140d55ef22b77493740eeac33a13..df71e6db437baa7257990e9c9d6d05fd293e2997 100644 (file)
@@ -63,7 +63,7 @@ static void callback(const char *sname, uint32 stype,
 
 static void sync_child(char *name, int nm_type, 
                       char *workgroup,
-                      struct in_addr ip, BOOL local, BOOL servers,
+                      struct in_addr ip, bool local, bool servers,
                       char *fname)
 {
        fstring unix_workgroup;
@@ -141,7 +141,7 @@ static void sync_child(char *name, int nm_type,
 
 void sync_browse_lists(struct work_record *work,
                       char *name, int nm_type, 
-                      struct in_addr ip, BOOL local, BOOL servers)
+                      struct in_addr ip, bool local, bool servers)
 {
        struct sync_record *s;
        static int counter;