From 49d5552f7b133310c6a1bd025a12fb4073a175ff Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Tue, 20 May 2014 11:41:45 -0500 Subject: shared: Fix warnings. --- schedsim/shell/shared/include/shell.h | 7 +++++++ 1 file changed, 7 insertions(+) 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, -- cgit v1.2.3