diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-03 17:28:39 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-03 17:28:39 +0000 |
commit | 06af2165288cd6516b89001ec9e24992619230e0 (patch) | |
tree | 840d22e507465aa6eb27c30c7ab8e80d9c469ae0 /networking/zcip.c | |
parent | c7ba8b9d6c926231c1c191136b1ea0bc14b87771 (diff) | |
download | busybox-w32-06af2165288cd6516b89001ec9e24992619230e0.tar.gz busybox-w32-06af2165288cd6516b89001ec9e24992619230e0.tar.bz2 busybox-w32-06af2165288cd6516b89001ec9e24992619230e0.zip |
suppress warnings about easch <applet>_main() having
no preceding prototype
Diffstat (limited to 'networking/zcip.c')
-rw-r--r-- | networking/zcip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/zcip.c b/networking/zcip.c index b56870652..e3755a932 100644 --- a/networking/zcip.c +++ b/networking/zcip.c | |||
@@ -204,6 +204,7 @@ static int ready; // = 0; | |||
204 | static int verbose; // = 0; | 204 | static int verbose; // = 0; |
205 | static int state = PROBE; | 205 | static int state = PROBE; |
206 | 206 | ||
207 | int zcip_main(int argc, char *argv[]); | ||
207 | int zcip_main(int argc, char *argv[]) | 208 | int zcip_main(int argc, char *argv[]) |
208 | { | 209 | { |
209 | struct ether_addr eth_addr; | 210 | struct ether_addr eth_addr; |