diff options
author | Ron Yorston <rmy@pobox.com> | 2018-03-15 08:49:48 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-03-15 08:49:48 +0000 |
commit | 6fe4ad9a6c96624c2b75c0d51b035bc1a71d9eba (patch) | |
tree | bb7620a3217f5adf6fb5f3358b2b89a97331b5e8 /include | |
parent | f3d24e08a385a68c4bacb284bd8a8e3da7f0f4b3 (diff) | |
parent | bbe47d9b9aee3824845f1ce08c9caeb262c15059 (diff) | |
download | busybox-w32-6fe4ad9a6c96624c2b75c0d51b035bc1a71d9eba.tar.gz busybox-w32-6fe4ad9a6c96624c2b75c0d51b035bc1a71d9eba.tar.bz2 busybox-w32-6fe4ad9a6c96624c2b75c0d51b035bc1a71d9eba.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index e816a2726..2c0e02971 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1415,7 +1415,7 @@ struct hwtype { | |||
1415 | int FAST_FUNC (*activate)(int fd); | 1415 | int FAST_FUNC (*activate)(int fd); |
1416 | int suppress_null_addr; | 1416 | int suppress_null_addr; |
1417 | }; | 1417 | }; |
1418 | extern smallint interface_opt_a; | 1418 | #define IFNAME_SHOW_DOWNED_TOO ((char*)(intptr_t)1) |
1419 | int display_interfaces(char *ifname) FAST_FUNC; | 1419 | int display_interfaces(char *ifname) FAST_FUNC; |
1420 | int in_ether(const char *bufp, struct sockaddr *sap) FAST_FUNC; | 1420 | int in_ether(const char *bufp, struct sockaddr *sap) FAST_FUNC; |
1421 | #if ENABLE_FEATURE_HWIB | 1421 | #if ENABLE_FEATURE_HWIB |