aboutsummaryrefslogtreecommitdiff
path: root/networking/ifconfig.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-12-26 17:40:33 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-12-26 17:40:33 +0000
commit270c17c0e66ffe9fe0e47e891a583b5c6f8512ef (patch)
treea4ba5d3f63cec034bb24507e123a63d4fda581b6 /networking/ifconfig.c
parent3ef70d43adfa3eb0f74fefd72d05578b3e332b76 (diff)
downloadbusybox-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.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 */