aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h1
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};
1141extern smallint interface_opt_a; 1141extern smallint interface_opt_a;
1142int display_interfaces(char *ifname) FAST_FUNC; 1142int display_interfaces(char *ifname) FAST_FUNC;
1143int in_ether(const char *bufp, struct sockaddr *sap) FAST_FUNC;
1143#if ENABLE_FEATURE_HWIB 1144#if ENABLE_FEATURE_HWIB
1144int in_ib(const char *bufp, struct sockaddr *sap) FAST_FUNC; 1145int in_ib(const char *bufp, struct sockaddr *sap) FAST_FUNC;
1145#else 1146#else