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

s3-rpc_server: remove some dead prototypes

Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Günther Deschner 2017-05-10 09:28:40 +02:00 committed by Andreas Schneider
parent 7567a86604
commit 02b4275e6d

View File

@ -25,30 +25,6 @@
struct ndr_interface_table;
struct rpc_srv_callbacks;
/**
* @brief Register an endpoint at the endpoint mapper.
*
* This just sets up a register and monitor loop to try to regsiter the
* endpoint at the endpoint mapper.
*
* @param[in] ev_ctx The event context to setup the loop.
*
* @param[in] msg_ctx The messaging context to use for the connnection.
*
* @param[in] iface The interface table to register.
*
* @param[in] ncalrpc The name of the ncalrpc pipe or NULL.
*
* @param[in] port The tcpip port or 0.
*
* @return NT_STATUS_OK on success or a corresponding error code.
*/
NTSTATUS rpc_ep_setup_register(struct tevent_context *ev_ctx,
struct messaging_context *msg_ctx,
const struct ndr_interface_table *iface,
const char *ncalrpc,
uint16_t port);
bool dcesrv_ep_setup(struct tevent_context *ev_ctx,
struct messaging_context *msg_ctx);