diff options
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/mach_port.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ipc/mach_port.h b/ipc/mach_port.h index a82228f..4116989 100644 --- a/ipc/mach_port.h +++ b/ipc/mach_port.h @@ -43,6 +43,11 @@ mach_port_allocate ( mach_port_t *namep); extern kern_return_t +mach_port_destroy( + ipc_space_t space, + mach_port_t name); + +extern kern_return_t mach_port_deallocate( ipc_space_t space, mach_port_t name); |