lib: add libxpc to implement functionality needed by xpc interfaces
This commit is contained in:
8
lib/libxpc/include/xpc/context.h
Normal file
8
lib/libxpc/include/xpc/context.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef XPC_CONTEXT_H_
|
||||
#define XPC_CONTEXT_H_
|
||||
|
||||
typedef struct xpc_context {
|
||||
|
||||
} xpc_context_t;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user