summaryrefslogtreecommitdiff
path: root/source4/lib/socket/socket.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-13 13:07:58 +0100
committerStefan Metzmacher <metze@samba.org>2009-02-13 13:44:38 +0100
commitf131718c607eba5e94e32ae6c4ce81d65ec98718 (patch)
treea92f83f9e9d769c3b8587c4e6bb3d8afa286d4bf /source4/lib/socket/socket.h
parentf3c5bd9b776def71517a6395c595f3bd941434eb (diff)
downloadsamba-f131718c607eba5e94e32ae6c4ce81d65ec98718.tar.gz
samba-f131718c607eba5e94e32ae6c4ce81d65ec98718.tar.bz2
samba-f131718c607eba5e94e32ae6c4ce81d65ec98718.zip
s4:lib/socket: add socket_address_copy()
metze
Diffstat (limited to 'source4/lib/socket/socket.h')
-rw-r--r--source4/lib/socket/socket.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/socket/socket.h b/source4/lib/socket/socket.h
index e9338127c4..0f469e5ceb 100644
--- a/source4/lib/socket/socket.h
+++ b/source4/lib/socket/socket.h
@@ -167,6 +167,8 @@ struct socket_address *socket_address_from_strings(TALLOC_CTX *mem_ctx,
struct socket_address *socket_address_from_sockaddr(TALLOC_CTX *mem_ctx,
struct sockaddr *sockaddr,
size_t addrlen);
+struct socket_address *socket_address_copy(TALLOC_CTX *mem_ctx,
+ const struct socket_address *oaddr);
const struct socket_ops *socket_getops_byname(const char *name, enum socket_type type);
bool allow_access(TALLOC_CTX *mem_ctx,
const char **deny_list, const char **allow_list,