From 22bed3e56a45b03e0b2cfef193061df27a94e6ea Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 24 Oct 2009 05:52:23 +0000 Subject: Add missing prototypes. --- testsuites/samples/unlimited/system.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuites/samples/unlimited') diff --git a/testsuites/samples/unlimited/system.h b/testsuites/samples/unlimited/system.h index 439400296d..e1c9cb7574 100644 --- a/testsuites/samples/unlimited/system.h +++ b/testsuites/samples/unlimited/system.h @@ -34,9 +34,9 @@ bool status_code_bad( rtems_status_code status_code ); -void test1(); -void test2(); -void test3(); +extern void test1(void); +extern void test2(void); +extern void test3(void); /* configuration information */ -- cgit v1.2.3