From 567612291e3c9bd993bc6c94591c8a6a4ca55eff Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 20 Jun 2001 07:13:55 +0000 Subject: make proto (This used to be commit d0b37d1a623acce2ae4509aebda85ad1280dc8ac) --- source3/include/proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3') 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 */ -- cgit