summaryrefslogtreecommitdiff
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
commitd0b37d1a623acce2ae4509aebda85ad1280dc8ac (patch)
treec32909162140a658567432c19366581ffb4d4934
parent2162454d9ea5a07892d0b5d7fc5abe7251b4fa98 (diff)
downloadsamba-d0b37d1a623acce2ae4509aebda85ad1280dc8ac.tar.gz
make proto
-rw-r--r--source/include/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index b517ff00b77..44c4b4c2049 100644
--- a/source/include/proto.h
+++ b/source/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 */