It's only used in one place
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Martin Schwenke <martins@samba.org>
/* The following definitions come from utils/passwd_util.c */
-char *stdin_new_passwd( void);
char *get_pass( const char *prompt, bool stdin_get);
/* The following definitions come from lib/avahi.c */
/* The following definitions come from utils/passwd_util.c */
-char *stdin_new_passwd( void);
char *get_pass( const char *prompt, bool stdin_get);
/* The following definitions come from utils/net_g_lock.c */
/* The following definitions come from utils/passwd_util.c */
-char *stdin_new_passwd( void);
char *get_pass( const char *prompt, bool stdin_get);
#endif /* _PASSWD_PROTO_H_ */
Utility function to prompt for passwords from stdin. Each
password entered must end with a newline.
*************************************************************/
-char *stdin_new_passwd( void)
+static char *stdin_new_passwd( void)
{
static fstring new_pw;
size_t len;