mirror of
https://github.com/darlinghq/darling-libxpc.git
synced 2024-11-23 11:49:42 +00:00
14 lines
161 B
C
14 lines
161 B
C
#include <xpc/xpc.h>
|
|
#include <xpc/private.h>
|
|
|
|
|
|
void xpc_pipe_invalidate(xpc_pipe_t pipe)
|
|
{
|
|
|
|
}
|
|
|
|
xpc_pipe_t xpc_pipe_create(int name, int arg2)
|
|
{
|
|
return NULL;
|
|
}
|