diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-02 16:23:40 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-05-03 07:37:07 +0200 |
commit | eea783e04cca45b1d3d9e5bb10556a2c8dc79b86 (patch) | |
tree | 16a08673daaa24515b2cc4e251b5c66f92112104 /lib/util/util_net.h | |
parent | 4d0268dce4eb5210ee73efdb6c82aa899b27008f (diff) | |
download | samba-eea783e04cca45b1d3d9e5bb10556a2c8dc79b86.tar.gz |
lib/util Move set_socket_options() into common code.
Diffstat (limited to 'lib/util/util_net.h')
-rw-r--r-- | lib/util/util_net.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/util/util_net.h b/lib/util/util_net.h index 71d1d1a6bd..38b6d5a959 100644 --- a/lib/util/util_net.h +++ b/lib/util/util_net.h @@ -108,4 +108,6 @@ const char *client_name(int fd); int get_socket_port(int fd); const char *client_socket_addr(int fd, char *addr, size_t addr_len); +void set_socket_options(int fd, const char *options); + #endif /* _SAMBA_UTIL_NET_H_ */ |