summaryrefslogtreecommitdiff
path: root/startup
diff options
context:
space:
mode:
Diffstat (limited to 'startup')
-rw-r--r--startup/startup.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/startup/startup.c b/startup/startup.c
index 0a338559..fe8471d9 100644
--- a/startup/startup.c
+++ b/startup/startup.c
@@ -501,7 +501,9 @@ static int
demuxer (mach_msg_header_t *inp,
mach_msg_header_t *outp)
{
- extern int notify_server (), startup_server (), msg_server ();
+ extern int notify_server (mach_msg_header_t *, mach_msg_header_t *);
+ extern int startup_server (mach_msg_header_t *, mach_msg_header_t *);
+ extern int msg_server (mach_msg_header_t *, mach_msg_header_t *);
return (notify_server (inp, outp) ||
msg_server (inp, outp) ||