diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-02-21 14:34:53 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2010-02-21 14:34:53 +0100 |
commit | e81b440f6878605edd19ed62441648ac71260881 (patch) | |
tree | bec78543f4a89096ac22e850dbb814a3f75d119a /lib/socket.h | |
parent | 9e43ccf07b96597ef098955a07383d826938cd2d (diff) |
Fix configure to enable warnings and fix most of them.
Diffstat (limited to 'lib/socket.h')
-rw-r--r-- | lib/socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/socket.h b/lib/socket.h index 82b5de0c..a2857999 100644 --- a/lib/socket.h +++ b/lib/socket.h @@ -66,6 +66,8 @@ int sk_leave_group(sock *s, ip_addr maddr); int sk_set_ipv6_checksum(sock *s, int offset); #endif +int sk_set_broadcast(sock *s, int enable); + static inline int sk_send_buffer_empty(sock *sk) { |