Add missing prototypes.

This commit is contained in:
Ralf Corsepius
2008-08-02 05:16:26 +00:00
parent f62e195419
commit ee0c82f413
7 changed files with 22 additions and 23 deletions

View File

@@ -155,7 +155,7 @@ static struct translation_table trans_tab[] =
#endif
/*
* Perform a basic tranlation for some ANSI/VT100 key codes.
* Perform a basic translation for some ANSI/VT100 key codes.
* This code could do with a timeout on the ESC as it is
* now lost from the input stream. It is not* used by the
* line editor below so considiered not worth the effort.
@@ -163,8 +163,7 @@ static struct translation_table trans_tab[] =
#ifndef RTEMS_UNIX
static unsigned int
rtems_monitor_getchar (
)
rtems_monitor_getchar (void)
{
struct translation_table *translation = 0;
for (;;)