]> git.saurik.com Git - apple/launchd.git/blobdiff - src/job.defs
launchd-842.92.1.tar.gz
[apple/launchd.git] / src / job.defs
index cf40b952e3acbc57917cdaf4742512c645f15098..81b536e9d059ae53ae1837c13f53b03fa8f1a356 100644 (file)
@@ -283,3 +283,15 @@ out                                reply           : pointer_t, dealloc;
 out                            reply_fds       : mach_port_move_send_array_t, dealloc;
                                asport          : mach_port_t
 );
+
+routine
+get_listener_port_rights(
+                               j                       : job_t;
+out                            sports          : mach_port_make_send_array_t, dealloc
+);
+
+routine
+register_gui_session(
+                               j                       : job_t;
+                               asport          : mach_port_t
+);