[rtems-schedsim commit] shared: Fix warnings.
Jennifer Averett
jennifer at rtems.org
Tue May 20 16:34:25 UTC 2014
Module: rtems-schedsim
Branch: master
Commit: 49d5552f7b133310c6a1bd025a12fb4073a175ff
Changeset: http://git.rtems.org/rtems-schedsim/commit/?id=49d5552f7b133310c6a1bd025a12fb4073a175ff
Author: Jennifer Averett <jennifer.averett at oarcorp.com>
Date: Tue May 20 11:41:45 2014 -0500
shared: Fix warnings.
---
schedsim/shell/shared/include/shell.h | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/schedsim/shell/shared/include/shell.h b/schedsim/shell/shared/include/shell.h
index f172695..0d38588 100644
--- a/schedsim/shell/shared/include/shell.h
+++ b/schedsim/shell/shared/include/shell.h
@@ -45,6 +45,13 @@ rtems_shell_cmd_t * rtems_shell_alias_cmd(
const char *alias
);
+rtems_shell_cmd_t * rtems_shell_add_cmd(
+ const char *name,
+ const char *topic,
+ const char *usage,
+ rtems_shell_command_t command
+);
+
int rtems_shell_make_args(
char *commandLine,
int *argc_p,
More information about the vc
mailing list