From 15c0b725849875c718b168a26e13872e163cde4c Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 31 Dec 2008 03:33:50 +0000 Subject: Apply post 1.13.1 patches, bump to 1.13.2 --- include/libbb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libbb.h') diff --git a/include/libbb.h b/include/libbb.h index b0f6eaee2..9e0399eee 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -437,6 +437,7 @@ ssize_t xsendto(int s, const void *buf, size_t len, const struct sockaddr *to, * Turn it on before you call bind(). */ void setsockopt_reuseaddr(int fd) FAST_FUNC; /* On Linux this never fails. */ int setsockopt_broadcast(int fd) FAST_FUNC; +int setsockopt_bindtodevice(int fd, const char *iface) FAST_FUNC; /* NB: returns port in host byte order */ unsigned bb_lookup_port(const char *port, const char *protocol, unsigned default_port) FAST_FUNC; typedef struct len_and_sockaddr { -- cgit v1.2.3-55-g6feb