Undo all of the ugliness and some of the bloat from 15412.
[oweals/busybox.git] / coreutils / rm.c
index e4e9bb0be48631471db33c38d58717d56aacb214..59c639b884335995a7cf3220747a7a13be98374b 100644 (file)
@@ -32,7 +32,7 @@
 #include <unistd.h>
 #include "busybox.h"
 
-extern int rm_main(int argc, char **argv)
+int rm_main(int argc, char **argv)
 {
        int status = 0;
        int flags = 0;