aboutsummaryrefslogtreecommitdiff
path: root/networking/ifconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/ifconfig.c')
-rw-r--r--networking/ifconfig.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/networking/ifconfig.c b/networking/ifconfig.c
index dd4ce5ecd..9cdd41c3a 100644
--- a/networking/ifconfig.c
+++ b/networking/ifconfig.c
@@ -257,11 +257,6 @@ static const struct options OptArray[] = {
257static int in_ether(const char *bufp, struct sockaddr *sap); 257static int in_ether(const char *bufp, struct sockaddr *sap);
258#endif 258#endif
259 259
260#if ENABLE_FEATURE_IFCONFIG_STATUS
261extern int interface_opt_a;
262extern int display_interfaces(char *ifname);
263#endif
264
265/* 260/*
266 * Our main function. 261 * Our main function.
267 */ 262 */