RIP BOOL. Convert BOOL -> bool. I found a few interesting
[samba.git] / source3 / smbd / noquotas.c
index 0c23bb6f0643f678234ea26169f99cf3d18ae117..c8ff8edf627c78f1786a5031d94e810a76c36288 100644 (file)
@@ -23,7 +23,7 @@
  * Needed for auto generation of proto.h.
  */
 
-BOOL disk_quotas(const char *path,SMB_BIG_UINT *bsize,SMB_BIG_UINT *dfree,SMB_BIG_UINT *dsize)
+bool disk_quotas(const char *path,SMB_BIG_UINT *bsize,SMB_BIG_UINT *dfree,SMB_BIG_UINT *dsize)
 {
   (*bsize) = 512; /* This value should be ignored */