summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxaio03
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 14:12:11 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 14:12:11 -0500
commit6c2de6052d450fa36338ed0c082647b9d535a928 (patch)
treecf352d1305edc992fceda6c7b75ab3658b982834 /testsuites/psxtests/psxaio03
parentlibtmtests - Eliminate missing prototype warnings (diff)
downloadrtems-6c2de6052d450fa36338ed0c082647b9d535a928.tar.bz2
psxtests - Eliminate missing prototype warnings
Diffstat (limited to 'testsuites/psxtests/psxaio03')
-rw-r--r--testsuites/psxtests/psxaio03/init.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxaio03/init.c b/testsuites/psxtests/psxaio03/init.c
index a44af6ddd5..80b339b419 100644
--- a/testsuites/psxtests/psxaio03/init.c
+++ b/testsuites/psxtests/psxaio03/init.c
@@ -24,6 +24,10 @@
#include <fcntl.h>
#include <rtems/chain.h>
+/* forward declarations to avoid warnings */
+struct aiocb *create_aiocb(int fd);
+void free_aiocb(struct aiocb *aiocbp);
+
#define MAX 6
#define BUFSIZE 128