summaryrefslogtreecommitdiff
path: root/source4/libnet/userman.c
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2005-04-22 00:22:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:11:36 -0500
commit0fc124d7148efe3c20e322cc1b0d6f2c974c0a96 (patch)
tree4b5b8ed00fa01617b79f314ab46753d13db71bc7 /source4/libnet/userman.c
parent622554452bf810d3489bf4a1052147e22cf49477 (diff)
downloadsamba-0fc124d7148efe3c20e322cc1b0d6f2c974c0a96.tar.gz
samba-0fc124d7148efe3c20e322cc1b0d6f2c974c0a96.tar.bz2
samba-0fc124d7148efe3c20e322cc1b0d6f2c974c0a96.zip
r6425: Yet another comment.
rafal (This used to be commit de3409d6e5f7d199654e0511ed61a4b0808bf48d)
Diffstat (limited to 'source4/libnet/userman.c')
-rw-r--r--source4/libnet/userman.c9
1 files changed, 9 insertions, 0 deletions
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)