diff options
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 |