1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r16573: Fixes in comments.

rafal
(This used to be commit 1258e6cad8)
This commit is contained in:
Rafal Szczesniak 2006-06-27 22:16:36 +00:00 committed by Gerald (Jerry) Carter
parent 61705d9c55
commit 6e92c83d52

View File

@ -236,7 +236,7 @@ static void domain_open_handler(struct rpc_request *req)
/** /**
* Sends asynchronous domain_open request * Sends asynchronous DomainOpen request
* *
* @param ctx initialised libnet context * @param ctx initialised libnet context
* @param io arguments and results of the call * @param io arguments and results of the call
@ -327,9 +327,9 @@ struct composite_context *libnet_DomainOpen_send(struct libnet_context *ctx,
/** /**
* Waits for and receives result of asynchronous domain_open call * Waits for and receives result of asynchronous DomainOpen call
* *
* @param c composite context returned by asynchronous domain_open call * @param c composite context returned by asynchronous DomainOpen call
* @param ctx initialised libnet context * @param ctx initialised libnet context
* @param mem_ctx memory context of the call * @param mem_ctx memory context of the call
* @param io pointer to results (and arguments) of the call * @param io pointer to results (and arguments) of the call
@ -362,7 +362,7 @@ NTSTATUS libnet_DomainOpen_recv(struct composite_context *c, struct libnet_conte
/** /**
* Synchronous version of domain_open call * Synchronous version of DomainOpen call
* *
* @param ctx initialised libnet context * @param ctx initialised libnet context
* @param mem_ctx memory context for the call * @param mem_ctx memory context for the call