summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxaio01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxaio01/init.c')
-rw-r--r--testsuites/psxtests/psxaio01/init.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxaio01/init.c b/testsuites/psxtests/psxaio01/init.c
index 6022aa47eb..5d1857c81a 100644
--- a/testsuites/psxtests/psxaio01/init.c
+++ b/testsuites/psxtests/psxaio01/init.c
@@ -25,6 +25,10 @@
#define BUFSIZE 512
#define WRONG_FD 404
+/* forward declarations to avoid warnings */
+struct aiocb *create_aiocb(int fd);
+void free_aiocb(struct aiocb *aiocbp);
+
struct aiocb *
create_aiocb (int fd)
{