From d52241cfc8b1e1a5ed602fedfe9d11b4653c96cf Mon Sep 17 00:00:00 2001 From: comex Date: Mon, 13 Jul 2015 17:08:55 -0400 Subject: hook up the list of dylibs --- lib/darwin/xxpc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/darwin') diff --git a/lib/darwin/xxpc.h b/lib/darwin/xxpc.h index 7df28f6..d1bcb9d 100644 --- a/lib/darwin/xxpc.h +++ b/lib/darwin/xxpc.h @@ -80,6 +80,8 @@ void WRAP(xpc_connection_resume, (xxpc_connection_t)); void WRAP(xpc_connection_set_event_handler, (xxpc_connection_t, xxpc_handler_t)); void WRAP(xpc_connection_send_message_with_reply, (xxpc_connection_t, xxpc_object_t, dispatch_queue_t, xxpc_handler_t)); +xxpc_object_t WRAP(xpc_connection_send_message_with_reply_sync, + (xxpc_connection_t, xxpc_object_t)); void WRAP(xpc_connection_send_message, (xxpc_connection_t, xxpc_object_t)); void WRAP(xpc_connection_cancel, (xxpc_connection_t)); int WRAP(xpc_pipe_routine_reply, (xxpc_object_t)); -- cgit v1.2.3