mirror of
https://github.com/darlinghq/darling-libxpc.git
synced 2025-02-17 01:37:40 +00:00
Correct xpc function paramater types
This commit is contained in:
parent
695e0d5e33
commit
d6a7cefd72
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user