X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..ea3f04195ba4a5034c9c8e9b726d4f7ce96f1832:/osfmk/mach/host_notify_reply.defs?ds=sidebyside diff --git a/osfmk/mach/host_notify_reply.defs b/osfmk/mach/host_notify_reply.defs index 442379e16..469777cb5 100644 --- a/osfmk/mach/host_notify_reply.defs +++ b/osfmk/mach/host_notify_reply.defs @@ -36,3 +36,8 @@ subsystem simpleroutine host_calendar_changed( notify_port : mach_port_move_send_once_t); + +simpleroutine host_calendar_set( + notify_port : mach_port_move_send_once_t); + +/* vim: set ft=c : */