diff options
author | Andreas Schneider <asn@samba.org> | 2011-05-23 16:00:30 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2011-08-01 08:50:34 +0200 |
commit | cca96e47268d32e12e1b6b9a187f3096efa12b29 (patch) | |
tree | 7b291ab736ff25df6526ae080c3625ea1c77b092 /source3/include | |
parent | 95e8f09f6ea2a26bb552e351d6fc9a9d31cece62 (diff) | |
download | samba-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.h | 1 |
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, |