PR298. Made raw_input static.

This commit is contained in:
Chris Johns
2002-10-31 05:20:45 +00:00
parent 78e94ed1ae
commit 42e42307f1
2 changed files with 2 additions and 2 deletions

View File

@@ -687,7 +687,7 @@ out:
}
void raw_input( struct termios *tp )
static void raw_input( struct termios *tp )
{
printf( "\nTesting raw input input\n\n" );
printf( "Hit 'q' to terminate the test\n" );

View File

@@ -687,7 +687,7 @@ out:
}
void raw_input( struct termios *tp )
static void raw_input( struct termios *tp )
{
printf( "\nTesting raw input input\n\n" );
printf( "Hit 'q' to terminate the test\n" );