X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..bca245acd4c03fd752d1a45f011ad495e60fe53d:/osfmk/mach/host_notify_reply.defs 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 : */