summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx06/init.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-27 03:53:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-27 03:53:39 +0000
commit669ad957aecfef067f630ba4f18b1f51b16fcfc0 (patch)
treea16ca8ea08b5b679af7cb71f5e906c15f0030aad /testsuites/psxtests/psx06/init.c
parent2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-669ad957aecfef067f630ba4f18b1f51b16fcfc0.tar.bz2
Misc. warning fixes.
Diffstat (limited to 'testsuites/psxtests/psx06/init.c')
-rw-r--r--testsuites/psxtests/psx06/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx06/init.c b/testsuites/psxtests/psx06/init.c
index e22f93e57d..65094792b7 100644
--- a/testsuites/psxtests/psx06/init.c
+++ b/testsuites/psxtests/psx06/init.c
@@ -13,7 +13,7 @@
#include "system.h"
#include <errno.h>
-void Key_destructor( void *key_data );
+extern void Key_destructor( void *key_data );
void Key_destructor(
void *key_data