implemented numeric sort (sort -g)
[oweals/busybox.git] / dutmp.c
diff --git a/dutmp.c b/dutmp.c
index c5307b638c84a4ac66ecdbc46ecc15253eab4752..a9e879dafc1a735a63f54768acdc4ed9f6e77c65 100644 (file)
--- a/dutmp.c
+++ b/dutmp.c
@@ -19,7 +19,7 @@ static const char dutmp_usage[] = "dutmp\n"
     "\tDump file or stdin utmp file format to stdout, pipe delimited.\n"
     "\tdutmp /var/run/utmp\n";
 
-static int dutmp_main (int argc, char **argv)
+extern int dutmp_main (int argc, char **argv)
 {
 
     FILE *f = stdin;