summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/cmds.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-05 09:46:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-05 09:46:57 +0000
commit32f5014b513ea37cd949a735b0d4225f8242b272 (patch)
treedc9a6968a16e943239d56dec22013fbec1e8b8c8 /cpukit/libmisc/shell/cmds.c
parent2011-12-05 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-32f5014b513ea37cd949a735b0d4225f8242b272.tar.bz2
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/shell/shell.h: Add rtems_shell_main_monitor. * libmisc/shell/cmds.c: Make rtems_shell_main_monitor non-static.
Diffstat (limited to '')
-rw-r--r--cpukit/libmisc/shell/cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libmisc/shell/cmds.c b/cpukit/libmisc/shell/cmds.c
index a1f15290e3..e8d6c581df 100644
--- a/cpukit/libmisc/shell/cmds.c
+++ b/cpukit/libmisc/shell/cmds.c
@@ -29,7 +29,7 @@
* with this you can call at all the rtems monitor commands.
* Not all work fine but you can show the rtems status and more.
*-----------------------------------------------------------*/
-static int rtems_shell_main_monitor(int argc, char **argv) {
+int rtems_shell_main_monitor(int argc, char **argv) {
const rtems_monitor_command_entry_t *command = NULL;
if (argc < 1) {