summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/shell/shell.h')
-rw-r--r--cpukit/libmisc/shell/shell.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/libmisc/shell/shell.h b/cpukit/libmisc/shell/shell.h
index e7f63cfb75..f71cadd990 100644
--- a/cpukit/libmisc/shell/shell.h
+++ b/cpukit/libmisc/shell/shell.h
@@ -305,6 +305,9 @@ extern rtems_status_code rtems_shell_wait_for_input(
void *notification_arg
);
+extern int rtems_shell_main_monitor(int argc, char **argv);
+
+
#ifdef __cplusplus
}
#endif