summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-05-23 16:00:30 +0200
committerAndreas Schneider <asn@samba.org>2011-08-01 08:50:34 +0200
commitcca96e47268d32e12e1b6b9a187f3096efa12b29 (patch)
tree7b291ab736ff25df6526ae080c3625ea1c77b092 /source3/include
parent95e8f09f6ea2a26bb552e351d6fc9a9d31cece62 (diff)
downloadsamba-cca96e47268d32e12e1b6b9a187f3096efa12b29.tar.gz
samba-cca96e47268d32e12e1b6b9a187f3096efa12b29.tar.bz2
samba-cca96e47268d32e12e1b6b9a187f3096efa12b29.zip
s3-rpc_server: Added common function to create tcpip socket.
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 095c52c7c0..2619e7bbde 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -793,6 +793,7 @@ 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);
struct tevent_req *getaddrinfo_send(TALLOC_CTX *mem_ctx,