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 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 | }; |
702 | extern int interface_opt_a; | 702 | extern smallint interface_opt_a; |
703 | int display_interfaces(char *ifname); | 703 | int display_interfaces(char *ifname); |
704 | const struct aftype *get_aftype(const char *name); | 704 | const struct aftype *get_aftype(const char *name); |
705 | const struct hwtype *get_hwtype(const char *name); | 705 | const struct hwtype *get_hwtype(const char *name); |