diff options
author | Tim Potter <tpot@samba.org> | 2001-06-20 07:13:55 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-06-20 07:13:55 +0000 |
commit | d0b37d1a623acce2ae4509aebda85ad1280dc8ac (patch) | |
tree | c32909162140a658567432c19366581ffb4d4934 /source | |
parent | 2162454d9ea5a07892d0b5d7fc5abe7251b4fa98 (diff) | |
download | samba-d0b37d1a623acce2ae4509aebda85ad1280dc8ac.tar.gz |
make proto
Diffstat (limited to 'source')
-rw-r--r-- | source/include/proto.h | 2 |
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 */ |