summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-05-07 21:45:51 +0200
committerGünther Deschner <gd@samba.org>2009-05-08 00:41:40 +0200
commitf05d888d7ab910b3ed39e4d36eeb52cb86bd990e (patch)
treef054a9ecc9d6319d3eb14df78c53d223a07b018c /source3/include/proto.h
parentf93f713898f2208fda51f24121b060ee09f5fe3a (diff)
downloadsamba-f05d888d7ab910b3ed39e4d36eeb52cb86bd990e.tar.gz
samba-f05d888d7ab910b3ed39e4d36eeb52cb86bd990e.tar.bz2
samba-f05d888d7ab910b3ed39e4d36eeb52cb86bd990e.zip
s3-samr: let set_user_info_16 and 20 follow the same pattern as all other levels.
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 24078d1cfb..3c14fb5a41 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5835,6 +5835,8 @@ void copy_id13_to_sam_passwd(struct samu *to,
struct samr_UserInfo13 *from);
void copy_id14_to_sam_passwd(struct samu *to,
struct samr_UserInfo14 *from);
+void copy_id16_to_sam_passwd(struct samu *to,
+ struct samr_UserInfo16 *from);
void copy_id17_to_sam_passwd(struct samu *to,
struct samr_UserInfo17 *from);
void copy_id18_to_sam_passwd(struct samu *to,