diff options
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 f22c1252b..83e9b5fb9 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1140,6 +1140,7 @@ struct hwtype { | |||
1140 | }; | 1140 | }; |
1141 | extern smallint interface_opt_a; | 1141 | extern smallint interface_opt_a; |
1142 | int display_interfaces(char *ifname) FAST_FUNC; | 1142 | int display_interfaces(char *ifname) FAST_FUNC; |
1143 | int in_ether(const char *bufp, struct sockaddr *sap) FAST_FUNC; | ||
1143 | #if ENABLE_FEATURE_HWIB | 1144 | #if ENABLE_FEATURE_HWIB |
1144 | int in_ib(const char *bufp, struct sockaddr *sap) FAST_FUNC; | 1145 | int in_ib(const char *bufp, struct sockaddr *sap) FAST_FUNC; |
1145 | #else | 1146 | #else |