psxtests - Eliminate missing prototype warnings

This commit is contained in:
Joel Sherrill
2012-05-11 14:12:11 -05:00
parent 4c86e3d8be
commit 6c2de6052d
71 changed files with 556 additions and 201 deletions

View File

@@ -1,5 +1,5 @@
/*
* COPYRIGHT (c) 1989-2009.
* COPYRIGHT (c) 1989-2012.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -15,6 +15,9 @@
#include <time.h>
#include <errno.h>
/* forward declarations to avoid warnings */
rtems_task Init(rtems_task_argument argument);
rtems_task Init(
rtems_task_argument argument
)