From f05d888d7ab910b3ed39e4d36eeb52cb86bd990e Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 7 May 2009 21:45:51 +0200 Subject: s3-samr: let set_user_info_16 and 20 follow the same pattern as all other levels. Guenther --- source3/include/proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include/proto.h') 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, -- cgit