From 6c2de6052d450fa36338ed0c082647b9d535a928 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 11 May 2012 14:12:11 -0500 Subject: psxtests - Eliminate missing prototype warnings --- testsuites/psxtests/psxaio03/init.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuites/psxtests/psxaio03') 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 #include +/* forward declarations to avoid warnings */ +struct aiocb *create_aiocb(int fd); +void free_aiocb(struct aiocb *aiocbp); + #define MAX 6 #define BUFSIZE 128 -- cgit v1.2.3