forked from Imagelibrary/rtems
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:
@@ -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>
|
2011-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* libmisc/shell/main_cp.c: Include "internal.h".
|
* libmisc/shell/main_cp.c: Include "internal.h".
|
||||||
|
|||||||
@@ -102,6 +102,10 @@ int main(int, char *[]);
|
|||||||
|
|
||||||
#define exit(ec) rtems_shell_mv_exit(globals, ec)
|
#define exit(ec) rtems_shell_mv_exit(globals, ec)
|
||||||
|
|
||||||
|
static int
|
||||||
|
main_mv(rtems_shell_mv_globals* globals, int argc, char *argv[]);
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
rtems_shell_mv_exit (rtems_shell_mv_globals* globals, int code)
|
rtems_shell_mv_exit (rtems_shell_mv_globals* globals, int code)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user