diff options
Diffstat (limited to 'networking/ifconfig.c')
-rw-r--r-- | networking/ifconfig.c | 5 |
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[] = { | |||
257 | static int in_ether(const char *bufp, struct sockaddr *sap); | 257 | static int in_ether(const char *bufp, struct sockaddr *sap); |
258 | #endif | 258 | #endif |
259 | 259 | ||
260 | #if ENABLE_FEATURE_IFCONFIG_STATUS | ||
261 | extern int interface_opt_a; | ||
262 | extern int display_interfaces(char *ifname); | ||
263 | #endif | ||
264 | |||
265 | /* | 260 | /* |
266 | * Our main function. | 261 | * Our main function. |
267 | */ | 262 | */ |