diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-26 17:40:33 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-26 17:40:33 +0000 |
commit | 270c17c0e66ffe9fe0e47e891a583b5c6f8512ef (patch) | |
tree | a4ba5d3f63cec034bb24507e123a63d4fda581b6 /networking/ifconfig.c | |
parent | 3ef70d43adfa3eb0f74fefd72d05578b3e332b76 (diff) | |
download | busybox-w32-270c17c0e66ffe9fe0e47e891a583b5c6f8512ef.tar.gz busybox-w32-270c17c0e66ffe9fe0e47e891a583b5c6f8512ef.tar.bz2 busybox-w32-270c17c0e66ffe9fe0e47e891a583b5c6f8512ef.zip |
properly export externs thru *.h files
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 | */ |