summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/tztest/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/tztest/init.c')
-rw-r--r--testsuites/libtests/tztest/init.c14
1 files changed, 11 insertions, 3 deletions
diff --git a/testsuites/libtests/tztest/init.c b/testsuites/libtests/tztest/init.c
index 9f3c4ef117..7902a99d24 100644
--- a/testsuites/libtests/tztest/init.c
+++ b/testsuites/libtests/tztest/init.c
@@ -1,8 +1,12 @@
-/*
+/**
+ * @file
+ *
* This routine is the initialization task of test to exercise some
* timezone functionality.
- *
- * COPYRIGHT (c) 2007.
+ */
+
+/*
+ * COPYRIGHT (c) 2007-2012.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -19,6 +23,10 @@
#include <tmacros.h>
#include <time.h>
#include <stdlib.h>
+
+/* forward declarations to avoid warnings */
+rtems_task Init(rtems_task_argument argument);
+void tztester(void);
void tztester(void)
{