summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/tztest
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 12:20:47 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 12:20:47 -0500
commit4c86e3d8bee2680c9be999b4627b19438f1ae728 (patch)
treee98cb2c409079e5507a1ddf9f5764781697f1b71 /testsuites/libtests/tztest
parenttmoverhd - Eliminate warnings (diff)
downloadrtems-4c86e3d8bee2680c9be999b4627b19438f1ae728.tar.bz2
libtmtests - Eliminate missing prototype warnings
Diffstat (limited to 'testsuites/libtests/tztest')
-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)
{