X-Git-Url: http://git.samba.org/?p=samba.git;a=blobdiff_plain;f=source3%2Finclude%2Fproto.h;fp=source3%2Finclude%2Fproto.h;h=04fab2cd9286b1a99c04cb832e76475cdfb1a8c9;hp=8b387f7c56327c921b75999970f3e1ccf73d6c8d;hb=b7817eaf3d3120a41e38d913d41e4fa3433f78d3;hpb=5ed7ee7279911fc98b9f81dddc6f396d368ab2c8 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);