1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

s3:rpc_server: Rename create_tcpip_socket

Additionally move function declaration from proto.h to rpc_server.h

Signed-off-by: Samuel Cabrero <scabrero@suse.de>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Samuel Cabrero
2019-06-04 16:02:54 +02:00
committed by Stefan Metzmacher
parent 5ed7ee7279
commit b7817eaf3d
4 changed files with 7 additions and 5 deletions

View File

@ -90,6 +90,8 @@ void named_pipe_accept_function(struct tevent_context *ev_ctx,
void *private_data);
void named_pipe_packet_process(struct tevent_req *subreq);
int dcesrv_create_ncacn_ip_tcp_socket(const struct sockaddr_storage *ifss,
uint16_t *port);
uint16_t setup_dcerpc_ncacn_tcpip_socket(struct tevent_context *ev_ctx,
struct messaging_context *msg_ctx,
const struct sockaddr_storage *ifss,