1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

r6425: Yet another comment.

rafal
(This used to be commit de3409d6e5f7d199654e0511ed61a4b0808bf48d)
This commit is contained in:
Rafal Szczesniak 2005-04-22 00:22:11 +00:00 committed by Gerald (Jerry) Carter
parent 622554452b
commit 0fc124d714

View File

@ -393,6 +393,15 @@ NTSTATUS rpc_composite_userdel_recv(struct composite_context *c, TALLOC_CTX *mem
}
/**
* Synchronous version of userdel call
*
* @param pipe dce/rpc call pipe
* @param mem_ctx memory context for the call
* @param io arguments and results of the call
* @return nt status code of execution
*/
NTSTATUS rpc_composite_userdel(struct dcerpc_pipe *pipe,
TALLOC_CTX *mem_ctx,
struct rpc_composite_userdel *io)