diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 216b3eca3..6f41184a9 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -924,6 +924,9 @@ struct hwtype { | |||
924 | }; | 924 | }; |
925 | extern smallint interface_opt_a; | 925 | extern smallint interface_opt_a; |
926 | int display_interfaces(char *ifname); | 926 | int display_interfaces(char *ifname); |
927 | #if ENABLE_FEATURE_HWIB | ||
928 | int in_ib(const char *bufp, struct sockaddr *sap); | ||
929 | #endif | ||
927 | const struct aftype *get_aftype(const char *name); | 930 | const struct aftype *get_aftype(const char *name); |
928 | const struct hwtype *get_hwtype(const char *name); | 931 | const struct hwtype *get_hwtype(const char *name); |
929 | const struct hwtype *get_hwntype(int type); | 932 | const struct hwtype *get_hwntype(int type); |