From 270c17c0e66ffe9fe0e47e891a583b5c6f8512ef Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 26 Dec 2006 17:40:33 +0000 Subject: properly export externs thru *.h files --- networking/ifconfig.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'networking/ifconfig.c') diff --git a/networking/ifconfig.c b/networking/ifconfig.c index dd4ce5e..9cdd41c 100644 --- a/networking/ifconfig.c +++ b/networking/ifconfig.c @@ -257,11 +257,6 @@ static const struct options OptArray[] = { static int in_ether(const char *bufp, struct sockaddr *sap); #endif -#if ENABLE_FEATURE_IFCONFIG_STATUS -extern int interface_opt_a; -extern int display_interfaces(char *ifname); -#endif - /* * Our main function. */ -- cgit v1.1