Correct xpc function paramater types

This commit is contained in:
Andrew Hyatt 2019-01-15 23:49:58 -05:00
parent 695e0d5e33
commit d6a7cefd72

View File

@ -28,7 +28,7 @@ int xpc_pipe_routine(xpc_object_t pipe, void *payload,xpc_object_t *reply);
void xpc_connection_set_target_uid(xpc_connection_t connection, uid_t uid);
void xpc_connection_set_instance(xpc_connection_t connection, uuid_t uid);
void xpc_dictionary_set_mach_send(xpc_object_t object, char *type, int port);
void xpc_dictionary_set_mach_send(xpc_object_t object, const char* key, mach_port_t port);
// Completely random. Not sure what the "actual" one is
#define XPC_PIPE_FLAG_PRIVILEGED 7