diff options
author | Günther Deschner <gd@samba.org> | 2017-05-10 09:28:40 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2017-05-10 15:53:20 +0200 |
commit | 02b4275e6db4fce4a1eef2b8d32880be7edeff01 (patch) | |
tree | 402af9196681f3edbced2dc9b6dd9b667a017c12 | |
parent | 7567a86604b279ab8b4e371e3fe73abe7c7e3e68 (diff) | |
download | samba-02b4275e6db4fce4a1eef2b8d32880be7edeff01.tar.gz |
s3-rpc_server: remove some dead prototypes
Guenther
Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
-rw-r--r-- | source3/rpc_server/rpc_service_setup.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/source3/rpc_server/rpc_service_setup.h b/source3/rpc_server/rpc_service_setup.h index da89cbcbaba..7613ff3d84a 100644 --- a/source3/rpc_server/rpc_service_setup.h +++ b/source3/rpc_server/rpc_service_setup.h @@ -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); |