diff options
Diffstat (limited to 'ipc/mach_msg.h')
-rw-r--r-- | ipc/mach_msg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ipc/mach_msg.h b/ipc/mach_msg.h index ee093f8d..2951bcea 100644 --- a/ipc/mach_msg.h +++ b/ipc/mach_msg.h @@ -40,11 +40,11 @@ #include <mach/message.h> extern mach_msg_return_t -mach_msg_send(mach_msg_header_t *, mach_msg_option_t, +mach_msg_send(mach_msg_user_header_t *, mach_msg_option_t, mach_msg_size_t, mach_msg_timeout_t, mach_port_name_t); extern mach_msg_return_t -mach_msg_receive(mach_msg_header_t *, mach_msg_option_t, +mach_msg_receive(mach_msg_user_header_t *, mach_msg_option_t, mach_msg_size_t, mach_port_name_t, mach_msg_timeout_t, mach_port_name_t); |