summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-10-10 00:58:12 +0000
committerLuke Leighton <lkcl@samba.org>1998-10-10 00:58:12 +0000
commiteb70607c864d3d7d03a01fa39c3716a75db2c3db (patch)
tree7847a537259eefb14ab68ab0d22e39aa8e365ef9 /source3/include/proto.h
parent827a9d862ebe3d5ce1853999d16bd121fddcc796 (diff)
downloadsamba-eb70607c864d3d7d03a01fa39c3716a75db2c3db.tar.gz
samba-eb70607c864d3d7d03a01fa39c3716a75db2c3db.tar.bz2
samba-eb70607c864d3d7d03a01fa39c3716a75db2c3db.zip
dce/rpc
(This used to be commit b0af7cfd9dea8d286f430c51456b5f67d5e0658a)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 9e2d4d33b0..e594780535 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1732,8 +1732,8 @@ void make_enc_hash(SAMR_ENC_HASH *hsh, char hash[16]);
void samr_io_enc_hash(char *desc, SAMR_ENC_HASH *hsh, prs_struct *ps, int depth);
void make_samr_q_chgpasswd_user(SAMR_Q_CHGPASSWD_USER *q_u,
char *dest_host, char *user_name,
- char lm_newpass[516], char nt_oldhash[16],
- char nt_newpass[516], char lm_oldhash[16]);
+ char nt_newpass[516], char nt_oldhash[16],
+ char lm_newpass[516], char lm_oldhash[16]);
void samr_io_q_chgpasswd_user(char *desc, SAMR_Q_CHGPASSWD_USER *q_u, prs_struct *ps, int depth);
void samr_io_r_chgpasswd_user(char *desc, SAMR_R_CHGPASSWD_USER *r_u, prs_struct *ps, int depth);
@@ -1904,6 +1904,7 @@ void cmd_lsa_lookup_sids(struct client_info *info);
/*The following definitions come from rpcclient/cmd_samr.c */
+void cmd_sam_ntchange_pwd(struct client_info *info);
void cmd_sam_test(struct client_info *info);
void cmd_sam_enum_users(struct client_info *info);
void cmd_sam_query_user(struct client_info *info);