Header cleanup on two more networking files (move libbb.h to the top and
[oweals/busybox.git] / coreutils / true.c
index 3e7eb0111df055cf898767660dbee28d0c5d1e2b..1f276861519c487516ba260c25992a6d7d7a7260 100644 (file)
@@ -26,7 +26,7 @@
 #include <stdlib.h>
 #include "busybox.h"
 
-extern int true_main(int argc, char **argv)
+int true_main(int argc, char **argv)
 {
        return EXIT_SUCCESS;
 }