summaryrefslogtreecommitdiffstats
path: root/rtems-test-template/sptest_with_task/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtems-test-template/sptest_with_task/init.c')
-rw-r--r--rtems-test-template/sptest_with_task/init.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/rtems-test-template/sptest_with_task/init.c b/rtems-test-template/sptest_with_task/init.c
index f7a8f69..35585d1 100644
--- a/rtems-test-template/sptest_with_task/init.c
+++ b/rtems-test-template/sptest_with_task/init.c
@@ -1,17 +1,19 @@
/*
- * COPYRIGHT (c) 1989-2011.
+ * COPYRIGHT (c) 1989-2012.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <tmacros.h>
#include "test_support.h"
+/* forward declarations to avoid warnings */
+rtems_task Init(rtems_task_argument argument);
+rtems_task Test_task(rtems_task_argument argument);
+
rtems_task Test_task(
rtems_task_argument argument
)