RIP BOOL. Convert BOOL -> bool. I found a few interesting
[samba.git] / source3 / utils / passwd_util.c
index 789f44d99eafce47f4318a2a919f8c007a08978e..293f16364eec6b559cfdb2a436b667a1e5440b8e 100644 (file)
@@ -56,7 +56,7 @@ char *stdin_new_passwd( void)
  Used if the '-s' (smbpasswd) or '-t' (pdbedit) option is set
  to silently get passwords to enable scripting.
 *************************************************************/
-char *get_pass( const char *prompt, BOOL stdin_get)
+char *get_pass( const char *prompt, bool stdin_get)
 {
        char *p;
        if (stdin_get) {