summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorSamuel Cabrero <scabrero@suse.de>2019-06-04 16:02:54 +0200
committerStefan Metzmacher <metze@samba.org>2019-07-22 16:49:13 +0000
commitb7817eaf3d3120a41e38d913d41e4fa3433f78d3 (patch)
tree65f6a2e28bb43ef1ab3e7d086b47526712bc523b /source3/include
parent5ed7ee7279911fc98b9f81dddc6f396d368ab2c8 (diff)
downloadsamba-b7817eaf3d3120a41e38d913d41e4fa3433f78d3.tar.gz
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>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 8b387f7c563..04fab2cd928 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -562,7 +562,6 @@ int get_remote_hostname(const struct tsocket_address *remote_address,
int create_pipe_sock(const char *socket_dir,
const char *socket_name,
mode_t dir_perms);
-int create_tcpip_socket(const struct sockaddr_storage *ifss, uint16_t *port);
const char *get_mydnsfullname(void);
bool is_myname_or_ipaddr(const char *s);
int poll_one_fd(int fd, int events, int timeout, int *revents);