diff options
author | Luke Leighton <lkcl@samba.org> | 1998-09-29 17:59:16 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-09-29 17:59:16 +0000 |
commit | 282eb4f3e8ea2f19c5609bc498d24a68a1ca48a5 (patch) | |
tree | 344302624b7e1dd83b4e1cc7e9bf21ccadef283b /source3/include | |
parent | c62031c3002e18fd3bf12818bc58f34d0bc81668 (diff) | |
download | samba-282eb4f3e8ea2f19c5609bc498d24a68a1ca48a5.tar.gz samba-282eb4f3e8ea2f19c5609bc498d24a68a1ca48a5.tar.bz2 samba-282eb4f3e8ea2f19c5609bc498d24a68a1ca48a5.zip |
missed the pdb_sam_to_smb function needed by nispass.c
(This used to be commit b40a4e6385757cb8a44044a1437651954d6b1c90)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index eac1093450..38d02becea 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1129,6 +1129,7 @@ void pdb_init_smb(struct smb_passwd *user); void pdb_init_sam(struct sam_passwd *user); struct sam_disp_info *pdb_sam_to_dispinfo(struct sam_passwd *user); struct smb_passwd *pdb_sam_to_smb(struct sam_passwd *user); +struct sam_passwd *pdb_smb_to_sam(struct smb_passwd *user); char *pdb_encode_acct_ctrl(uint16 acct_ctrl, size_t length); uint16 pdb_decode_acct_ctrl(char *p); time_t pdb_get_last_set_time(char *p); |