s3-rpc_server: remove some dead prototypes
authorGünther Deschner <gd@samba.org>
Wed, 10 May 2017 07:28:40 +0000 (09:28 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 10 May 2017 13:53:20 +0000 (15:53 +0200)
Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/rpc_server/rpc_service_setup.h

index da89cbcbaba6c20f81092c6af9229ef78f24eed8..7613ff3d84aed712e7cab35568b7e2d167c741d0 100644 (file)
 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);