2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>

* libmisc/shell/main_mv.c: Add prototype for main_mv.
This commit is contained in:
Ralf Corsepius
2011-12-05 05:04:49 +00:00
parent a8ed055437
commit 3237e88fa7
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/shell/main_mv.c: Add prototype for main_mv.
2011-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/shell/main_cp.c: Include "internal.h".

View File

@@ -102,6 +102,10 @@ int main(int, char *[]);
#define exit(ec) rtems_shell_mv_exit(globals, ec)
static int
main_mv(rtems_shell_mv_globals* globals, int argc, char *argv[]);
static void
rtems_shell_mv_exit (rtems_shell_mv_globals* globals, int code)
{