summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/shell_script.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-08-02 05:16:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-08-02 05:16:26 +0000
commitee0c82f4138ba42f5921e95e1d4ed776d5c77d00 (patch)
tree2ab8e820ec69813cb11bda30bfceb9c39d57c1b6 /cpukit/libmisc/shell/shell_script.c
parent2008-08-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-ee0c82f4138ba42f5921e95e1d4ed776d5c77d00.tar.bz2
Add missing prototypes.
Diffstat (limited to 'cpukit/libmisc/shell/shell_script.c')
-rw-r--r--cpukit/libmisc/shell/shell_script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libmisc/shell/shell_script.c b/cpukit/libmisc/shell/shell_script.c
index 0940a75046..c71a07815e 100644
--- a/cpukit/libmisc/shell/shell_script.c
+++ b/cpukit/libmisc/shell/shell_script.c
@@ -31,7 +31,7 @@
#include <rtems/shell.h>
#include "internal.h"
-static void rtems_shell_joel_usage()
+static void rtems_shell_joel_usage(void)
{
printf(
"joel [args] where args may be:\n"