Add missing prototypes.

This commit is contained in:
Ralf Corsepius
2009-10-24 05:52:23 +00:00
parent 04abc236a6
commit 22bed3e56a

View File

@@ -34,9 +34,9 @@ bool status_code_bad(
rtems_status_code status_code rtems_status_code status_code
); );
void test1(); extern void test1(void);
void test2(); extern void test2(void);
void test3(); extern void test3(void);
/* configuration information */ /* configuration information */