summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxaio02/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxaio02/init.c')
-rw-r--r--testsuites/psxtests/psxaio02/init.c4
1 files changed, 4 insertions, 0 deletions
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 <fcntl.h>
#include <rtems/chain.h>
+/* 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