xatonum.h: add comment
[oweals/busybox.git] / networking / traceroute.c
index 2d09c71975ded5556da8edeabfd368941cd373c4..773fc6a8b6681fce5a562da169e8c9800b14a07a 100644 (file)
@@ -889,7 +889,7 @@ print_delta_ms(unsigned t1p, unsigned t2p)
        printf("  %u.%03u ms", tt/1000, tt%1000);
 }
 
-int traceroute_main(int argc, char **argv);
+int traceroute_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
 int traceroute_main(int argc, char **argv)
 {
        int code, n;
@@ -1322,7 +1322,7 @@ int traceroute_main(int argc, char **argv)
                                printf(" *");
                        (void)fflush(stdout);
                }
-               putchar('\n');
+               bb_putchar('\n');
                if (got_there ||
                    (unreachable > 0 && unreachable >= nprobes - 1))
                        break;