--- Gnu-Mach/ipc/ipc_notify.h 2020/09/02 04:42:34 1.1.1.2 +++ Gnu-Mach/ipc/ipc_notify.h 2020/09/02 04:45:04 1.1.1.3 @@ -34,39 +34,25 @@ #ifndef _IPC_IPC_NOTIFY_H_ #define _IPC_IPC_NOTIFY_H_ -#include - -extern void -ipc_notify_init(); - -extern void -ipc_notify_port_deleted(/* ipc_port_t, mach_port_t */); - -extern void -ipc_notify_msg_accepted(/* ipc_port_t, mach_port_t */); - extern void -ipc_notify_port_destroyed(/* ipc_port_t, ipc_port_t */); +ipc_notify_init(void); extern void -ipc_notify_no_senders(/* ipc_port_t, mach_port_mscount_t */); +ipc_notify_port_deleted(ipc_port_t, mach_port_t); extern void -ipc_notify_send_once(/* ipc_port_t */); +ipc_notify_msg_accepted(ipc_port_t, mach_port_t); extern void -ipc_notify_dead_name(/* ipc_port_t, mach_port_t */); - -#if MACH_IPC_COMPAT +ipc_notify_port_destroyed(ipc_port_t, ipc_port_t); extern void -ipc_notify_port_deleted_compat(/* ipc_port_t, mach_port_t */); +ipc_notify_no_senders(ipc_port_t, mach_port_mscount_t); extern void -ipc_notify_msg_accepted_compat(/* ipc_port_t, mach_port_t */); +ipc_notify_send_once(ipc_port_t); extern void -ipc_notify_port_destroyed_compat(/* ipc_port_t, ipc_port_t */); +ipc_notify_dead_name(ipc_port_t, mach_port_t); -#endif /* MACH_IPC_COMPAT */ #endif /* _IPC_IPC_NOTIFY_H_ */