summaryrefslogtreecommitdiffstats
path: root/rtems-test-template/sptest/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtems-test-template/sptest/init.c')
-rw-r--r--rtems-test-template/sptest/init.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/rtems-test-template/sptest/init.c b/rtems-test-template/sptest/init.c
index b5b32c3..158277e 100644
--- a/rtems-test-template/sptest/init.c
+++ b/rtems-test-template/sptest/init.c
@@ -1,17 +1,18 @@
/*
- * 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 Init(
rtems_task_argument argument
)