diff options
Diffstat (limited to 'include/libbb.h')
-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 f1ab1ca6f..fa878433e 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1367,7 +1367,7 @@ struct hwtype { | |||
1367 | int FAST_FUNC (*activate)(int fd); | 1367 | int FAST_FUNC (*activate)(int fd); |
1368 | int suppress_null_addr; | 1368 | int suppress_null_addr; |
1369 | }; | 1369 | }; |
1370 | extern smallint interface_opt_a; | 1370 | #define IFNAME_SHOW_DOWNED_TOO ((char*)(intptr_t)1) |
1371 | int display_interfaces(char *ifname) FAST_FUNC; | 1371 | int display_interfaces(char *ifname) FAST_FUNC; |
1372 | int in_ether(const char *bufp, struct sockaddr *sap) FAST_FUNC; | 1372 | int in_ether(const char *bufp, struct sockaddr *sap) FAST_FUNC; |
1373 | #if ENABLE_FEATURE_HWIB | 1373 | #if ENABLE_FEATURE_HWIB |