From 0fc124d7148efe3c20e322cc1b0d6f2c974c0a96 Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Fri, 22 Apr 2005 00:22:11 +0000 Subject: r6425: Yet another comment. rafal (This used to be commit de3409d6e5f7d199654e0511ed61a4b0808bf48d) --- source4/libnet/userman.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'source4/libnet/userman.c') diff --git a/source4/libnet/userman.c b/source4/libnet/userman.c index 51bcdc885e..897de42d20 100644 --- a/source4/libnet/userman.c +++ b/source4/libnet/userman.c @@ -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) -- cgit