diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-31 03:33:50 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-31 03:33:50 +0000 |
commit | 15c0b725849875c718b168a26e13872e163cde4c (patch) | |
tree | 687a5425953ae362ef285c6c671f09a05d3fa3c0 /include/libbb.h | |
parent | ccdc13d306c0a8d2735488bf8e46503f7e567767 (diff) | |
download | busybox-w32-1_13_2.tar.gz busybox-w32-1_13_2.tar.bz2 busybox-w32-1_13_2.zip |
Apply post 1.13.1 patches, bump to 1.13.21_13_2
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, | |||
437 | * Turn it on before you call bind(). */ | 437 | * Turn it on before you call bind(). */ |
438 | void setsockopt_reuseaddr(int fd) FAST_FUNC; /* On Linux this never fails. */ | 438 | void setsockopt_reuseaddr(int fd) FAST_FUNC; /* On Linux this never fails. */ |
439 | int setsockopt_broadcast(int fd) FAST_FUNC; | 439 | int setsockopt_broadcast(int fd) FAST_FUNC; |
440 | int setsockopt_bindtodevice(int fd, const char *iface) FAST_FUNC; | ||
440 | /* NB: returns port in host byte order */ | 441 | /* NB: returns port in host byte order */ |
441 | unsigned bb_lookup_port(const char *port, const char *protocol, unsigned default_port) FAST_FUNC; | 442 | unsigned bb_lookup_port(const char *port, const char *protocol, unsigned default_port) FAST_FUNC; |
442 | typedef struct len_and_sockaddr { | 443 | typedef struct len_and_sockaddr { |