RIP BOOL. Convert BOOL -> bool. I found a few interesting
[samba.git] / source3 / printing / print_svid.c
index fb7e56794e49ce05b4420bdf95fe2f6361198762..7e91d3a677acb98c96f88f2b969a702c6f8dccd7 100644 (file)
@@ -34,7 +34,7 @@
 #include "includes.h"
 
 #if defined(SYSV) || defined(HPUX)
-BOOL sysv_cache_reload(void)
+bool sysv_cache_reload(void)
 {
        char **lines;
        int i;