RIP BOOL. Convert BOOL -> bool. I found a few interesting
[tprouty/samba.git] / source3 / nmbd / nmbd_serverlistdb.c
index 9bd80b72707ee7095e8d7ccd9c5bddc801c0b0d4..5ac48883658b2f61d1c4f25b349a437afbb080aa 100644 (file)
@@ -288,7 +288,7 @@ void write_browse_list_entry(XFILE *fp, const char *name, uint32 rec_type,
        x_fprintf(fp, "\"%s\"\n", description);
 }
 
-void write_browse_list(time_t t, BOOL force_write)
+void write_browse_list(time_t t, bool force_write)
 {   
        struct subnet_record *subrec;
        struct work_record *work;
@@ -297,7 +297,7 @@ void write_browse_list(time_t t, BOOL force_write)
        uint32 stype;
        int i;
        XFILE *fp;
-       BOOL list_changed = force_write;
+       bool list_changed = force_write;
        static time_t lasttime = 0;
     
        /* Always dump if we're being told to by a signal. */