Fix prototypes.

This commit is contained in:
Ralf Corsepius
2009-10-24 06:22:50 +00:00
parent 10ebec12bf
commit d2ea3f5a44
2 changed files with 1 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ void starttask(
directive_failed( sc, "task start" ); directive_failed( sc, "task start" );
} }
void doTest() void doTest(void)
{ {
rtems_status_code sc; rtems_status_code sc;
int pass, i; int pass, i;

View File

@@ -26,7 +26,6 @@
/* #define HAVE_MENU */ /* #define HAVE_MENU */
rtems_task Test_task();
void size_rtems( int mode ); void size_rtems( int mode );
rtems_task Init( rtems_task Init(