summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-06-20 07:13:55 +0000
committerTim Potter <tpot@samba.org>2001-06-20 07:13:55 +0000
commit567612291e3c9bd993bc6c94591c8a6a4ca55eff (patch)
treeda446aac5015b3121447b10a9b23484e29cb303c /source3
parent401a0174009b82f02c0fd45ce50dfa849c67befc (diff)
downloadsamba-567612291e3c9bd993bc6c94591c8a6a4ca55eff.tar.gz
samba-567612291e3c9bd993bc6c94591c8a6a4ca55eff.tar.bz2
samba-567612291e3c9bd993bc6c94591c8a6a4ca55eff.zip
make proto
(This used to be commit d0b37d1a623acce2ae4509aebda85ad1280dc8ac)
Diffstat (limited to 'source3')
-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 b517ff00b7..44c4b4c204 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -873,6 +873,8 @@ uint32 cli_samr_set_userinfo(struct cli_state *cli, TALLOC_CTX *mem_ctx,
uint32 cli_samr_set_userinfo2(struct cli_state *cli, TALLOC_CTX *mem_ctx,
POLICY_HND *user_pol, uint16 switch_value,
uchar sess_key[16], SAM_USERINFO_CTR *ctr);
+uint32 cli_samr_delete_dom_user(struct cli_state *cli, TALLOC_CTX *mem_ctx,
+ POLICY_HND *user_pol);
/* The following definitions come from libsmb/cli_spoolss.c */