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/psxaio02/init.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuites/psxtests/psxaio02') diff --git a/testsuites/psxtests/psxaio02/init.c b/testsuites/psxtests/psxaio02/init.c index cdf2641b50..614f60a7e4 100644 --- a/testsuites/psxtests/psxaio02/init.c +++ b/testsuites/psxtests/psxaio02/init.c @@ -23,6 +23,10 @@ #include #include +/* forward declarations to avoid warnings */ +struct aiocb *create_aiocb(int fd); +void free_aiocb(struct aiocb *aiocbp); + #define BUFSIZE 32 #define MAX 10 #define WRONG_FD 666 -- cgit v1.2.3