commit | e99130340610a09de7581abe5c127c024347bc32 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sun Feb 04 02:41:57 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sun Feb 04 02:41:57 2007 +0000 |
tree | 85f96b893cc174965b65d8691901da659468ed97 | |
parent | 10944524238532ad35aaefec89cf7cc950745d6b [diff] |
udhcp: use improved gethostbyname replacement from IPv6 code
diff --git a/console-tools/setlogcons.c b/console-tools/setlogcons.c index ae15b9b..7b5addc 100644 --- a/console-tools/setlogcons.c +++ b/console-tools/setlogcons.c
@@ -11,7 +11,8 @@ #include "busybox.h" -extern int setlogcons_main(int argc, char **argv) +int setlogcons_main(int argc, char **argv); +int setlogcons_main(int argc, char **argv) { struct { char fn;