summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/AsyncIO.h
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2001-08-07 11:09:15 +0000
committertg <tg@FreeBSD.org>2001-08-07 11:09:15 +0000
commitfb3e81395fc4fea6fffdc652f1364adb21631758 (patch)
treef2a39d2f34ec621383d2d36c688d6fa7b95aea48 /usr.bin/doscmd/AsyncIO.h
parent9e5e8e8ff4dc1c36140e5812f269c12f8ab078e8 (diff)
downloadFreeBSD-src-fb3e81395fc4fea6fffdc652f1364adb21631758.zip
FreeBSD-src-fb3e81395fc4fea6fffdc652f1364adb21631758.tar.gz
Fix warnings resulting from `-Wredundant-decls -Wstrict-prototypes'.
Diffstat (limited to 'usr.bin/doscmd/AsyncIO.h')
-rw-r--r--usr.bin/doscmd/AsyncIO.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/doscmd/AsyncIO.h b/usr.bin/doscmd/AsyncIO.h
index 745f32e..cb867a3 100644
--- a/usr.bin/doscmd/AsyncIO.h
+++ b/usr.bin/doscmd/AsyncIO.h
@@ -35,7 +35,8 @@
#if defined(__cplusplus)
extern "C" {
#endif
-void _RegisterIO(int, void (*)(void *), void *, void (*)());
+void _RegisterIO(int, void (*)(void *, regcontext_t *),
+ void *, void (*)(void *));
void _AssociateIO(int, int);
void _DeAssociateIO(int, int);
void _LockIO(int);
OpenPOWER on IntegriCloud