mirror of
https://github.com/darlinghq/darling-libxpc.git
synced 2024-11-23 11:49:42 +00:00
Add stubs to xpc_dictionary.c
This commit is contained in:
parent
c7e5af6a2c
commit
20bfd9cc53
@ -487,3 +487,7 @@ void
|
||||
xpc_dictionary_set_fd(xpc_object_t xdict, const char *key, int fd)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
xpc_dictionary_set_double(xpc_object_t xdict, const char *key, double value) {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user