summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontask04/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/itrontests/itrontask04/system.h')
-rw-r--r--testsuites/itrontests/itrontask04/system.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuites/itrontests/itrontask04/system.h b/testsuites/itrontests/itrontask04/system.h
index 6629920912..319435ef34 100644
--- a/testsuites/itrontests/itrontask04/system.h
+++ b/testsuites/itrontests/itrontask04/system.h
@@ -18,11 +18,11 @@
/* functions */
-void ITRON_Init( void );
-void Preempt_task();
-void Task_1();
-void Task_2();
-void Task_3();
+extern void ITRON_Init( void );
+extern void Preempt_task(void);
+extern void Task_1(void);
+extern void Task_2(void);
+extern void Task_3(void);
/* configuration information */