summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-05 05:04:49 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-05 05:04:49 +0000
commit3237e88fa70aa6737ddb9792e5477449a747323b (patch)
treeebcc73adedef08b4807618d369eaf642baae8bab /cpukit
parent2011-12-04 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-3237e88fa70aa6737ddb9792e5477449a747323b.tar.bz2
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/shell/main_mv.c: Add prototype for main_mv.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/libmisc/shell/main_mv.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 59cfb14cb3..818bb67b6e 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -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".
diff --git a/cpukit/libmisc/shell/main_mv.c b/cpukit/libmisc/shell/main_mv.c
index 081f6845c6..7e3db0fb0e 100644
--- a/cpukit/libmisc/shell/main_mv.c
+++ b/cpukit/libmisc/shell/main_mv.c
@@ -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)
{