diff options
author | Andrew Tridgell <tridge@samba.org> | 1997-10-31 02:40:55 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1997-10-31 02:40:55 +0000 |
commit | d5fdd84ffa78c1ce8211c2c5794b057c72bf1947 (patch) | |
tree | 3eec18fbfc145570c3ac09a2ed5cbe0f930769e5 /source3/utils | |
parent | e77e5e6ef8b323089fef5058bfed370226fa59b8 (diff) | |
download | samba-d5fdd84ffa78c1ce8211c2c5794b057c72bf1947.tar.gz samba-d5fdd84ffa78c1ce8211c2c5794b057c72bf1947.tar.bz2 samba-d5fdd84ffa78c1ce8211c2c5794b057c72bf1947.zip |
- cleanup some warnings
- redo the prototypes
(This used to be commit 31dcb51e05914d49d81a3faef354aaf0ab9fa63f)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/smbpasswd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/smbpasswd.c b/source3/utils/smbpasswd.c index cba7754fc9..225b7fde83 100644 --- a/source3/utils/smbpasswd.c +++ b/source3/utils/smbpasswd.c @@ -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) { |