summaryrefslogtreecommitdiff
path: root/source4/lib/socket/socket.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-04-30 01:32:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:05:24 -0500
commitf4e403440a08f5da3328bbbe5601967bf8705137 (patch)
tree4e7a0e6e17ad7bda2717b2d02e5327f100c08953 /source4/lib/socket/socket.h
parent5abd8940f9bcfbab1b68018759a2405ec944f831 (diff)
downloadsamba-f4e403440a08f5da3328bbbe5601967bf8705137.tar.gz
samba-f4e403440a08f5da3328bbbe5601967bf8705137.tar.bz2
samba-f4e403440a08f5da3328bbbe5601967bf8705137.zip
r15349: Integrate set_socket_options() into the socket library
(This used to be commit 598ea173cd718dad0df24505796ca50cb728a2e9)
Diffstat (limited to 'source4/lib/socket/socket.h')
-rw-r--r--source4/lib/socket/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/socket/socket.h b/source4/lib/socket/socket.h
index a50fb87619..31dadb2f89 100644
--- a/source4/lib/socket/socket.h
+++ b/source4/lib/socket/socket.h
@@ -185,5 +185,6 @@ NTSTATUS socket_connect_multi(TALLOC_CTX *mem_ctx, const char *server_address,
struct event_context *event_ctx,
struct socket_context **result,
uint16_t *port);
+void set_socket_options(int fd, const char *options);
#endif /* _SAMBA_SOCKET_H */