summaryrefslogtreecommitdiff
path: root/source4/lib/socket/socket.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-12-17 23:13:44 +0100
committerStefan Metzmacher <metze@samba.org>2008-12-18 13:32:51 +0100
commitfc31f2c5269fd405be96b9a036baf35a60141ccf (patch)
tree8e1a1a374fd892dcd4117e6dbf049b43bd3d0e13 /source4/lib/socket/socket.h
parent4c2a113dd06ab2ba0b6faef781a7c21b4a2f3db0 (diff)
downloadsamba-fc31f2c5269fd405be96b9a036baf35a60141ccf.tar.gz
samba-fc31f2c5269fd405be96b9a036baf35a60141ccf.tar.bz2
samba-fc31f2c5269fd405be96b9a036baf35a60141ccf.zip
s4:lib/socket: socket_connect_send() and socket_connect_ev() should only wrok with addresses
metze
Diffstat (limited to 'source4/lib/socket/socket.h')
-rw-r--r--source4/lib/socket/socket.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/lib/socket/socket.h b/source4/lib/socket/socket.h
index 8b1b65db92..4741a67990 100644
--- a/source4/lib/socket/socket.h
+++ b/source4/lib/socket/socket.h
@@ -178,14 +178,12 @@ struct composite_context *socket_connect_send(struct socket_context *sock,
struct socket_address *my_address,
struct socket_address *server_address,
uint32_t flags,
- struct resolve_context *resolve_ctx,
struct event_context *event_ctx);
NTSTATUS socket_connect_recv(struct composite_context *ctx);
NTSTATUS socket_connect_ev(struct socket_context *sock,
struct socket_address *my_address,
struct socket_address *server_address,
uint32_t flags,
- struct resolve_context *resolve_ctx,
struct event_context *ev);
struct composite_context *socket_connect_multi_send(TALLOC_CTX *mem_ctx,