aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 3c9f9fe81..999caae0c 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -699,7 +699,7 @@ struct hwtype {
699 int (*activate) (int fd); 699 int (*activate) (int fd);
700 int suppress_null_addr; 700 int suppress_null_addr;
701}; 701};
702extern int interface_opt_a; 702extern smallint interface_opt_a;
703int display_interfaces(char *ifname); 703int display_interfaces(char *ifname);
704const struct aftype *get_aftype(const char *name); 704const struct aftype *get_aftype(const char *name);
705const struct hwtype *get_hwtype(const char *name); 705const struct hwtype *get_hwtype(const char *name);