diff options
Diffstat (limited to 'coreutils/rm.c')
-rw-r--r-- | coreutils/rm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/rm.c b/coreutils/rm.c index 5df7d5f..1883fee 100644 --- a/coreutils/rm.c +++ b/coreutils/rm.c @@ -18,6 +18,7 @@ #include <unistd.h> #include "busybox.h" +int rm_main(int argc, char **argv); int rm_main(int argc, char **argv) { int status = 0; |