summaryrefslogtreecommitdiffstats
path: root/source/include/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-09-24 22:33:13 +0000
committerJeremy Allison <jra@samba.org>1998-09-24 22:33:13 +0000
commite96747a8e3b9ea5a79c4258e55d7e8f3bf0bf193 (patch)
treedeeeb4ce724bfdf1dd56cb96ea4f6c5b2317bd1c /source/include/proto.h
parent203a97e39e7ae7e5511f74dffea0778e7fa6db07 (diff)
downloadsamba-e96747a8e3b9ea5a79c4258e55d7e8f3bf0bf193.tar.gz
samba-e96747a8e3b9ea5a79c4258e55d7e8f3bf0bf193.tar.xz
samba-e96747a8e3b9ea5a79c4258e55d7e8f3bf0bf193.zip
Integration of Anders Blomdell <anders.blomdell@control.lth.se>'s
smbpasswd changes. Not exactly the same as his code - several changes. Jeremy.
Diffstat (limited to 'source/include/proto.h')
-rw-r--r--source/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index cbd4f07b2f3..fd77c45ee35 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -1101,7 +1101,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);
-char *pdb_encode_acct_ctrl(uint16 acct_ctrl);
+char *pdb_encode_acct_ctrl(uint16 acct_ctrl, size_t length);
uint16 pdb_decode_acct_ctrl(char *p);
BOOL pdb_gethexpwd(char *p, char *pwd);
BOOL pdb_name_to_rid(char *user_name, uint32 *u_rid, uint32 *g_rid);