1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-21 20:23:50 +03:00

- cleanup some warnings

- redo the prototypes
This commit is contained in:
Andrew Tridgell
-
parent 5858cb97f5
commit 31dcb51e05
3 changed files with 210 additions and 20 deletions

View File

@@ -48,7 +48,7 @@ static int gethexpwd(char *p, char *pwd)
return (True);
}
struct smb_passwd *
static struct smb_passwd *
_my_get_smbpwnam(FILE * fp, char *name, BOOL * valid_old_pwd,
BOOL *got_valid_nt_entry, long *pwd_seekpos)
{