aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 9a6966dbd..90fb0ad91 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -137,9 +137,6 @@ struct aftype {
137 137
138 /* may modify src */ 138 /* may modify src */
139 int (*getmask) (char *src, struct sockaddr * mask, char *name); 139 int (*getmask) (char *src, struct sockaddr * mask, char *name);
140
141 int fd;
142 char *flag_file;
143}; 140};
144 141
145/* This structure defines hardware protocols and their handlers. */ 142/* This structure defines hardware protocols and their handlers. */
@@ -530,11 +527,9 @@ int bbunpack(char **argv,
530int create_icmp_socket(void); 527int create_icmp_socket(void);
531int create_icmp6_socket(void); 528int create_icmp6_socket(void);
532/* interface.c */ 529/* interface.c */
533struct aftype;
534struct hwtype;
535extern int interface_opt_a; 530extern int interface_opt_a;
536int display_interfaces(char *ifname); 531int display_interfaces(char *ifname);
537struct aftype *get_aftype(const char *name); 532const struct aftype *get_aftype(const char *name);
538const struct hwtype *get_hwtype(const char *name); 533const struct hwtype *get_hwtype(const char *name);
539const struct hwtype *get_hwntype(int type); 534const struct hwtype *get_hwntype(int type);
540 535