9 lines
102 B
C
9 lines
102 B
C
|
|
#ifndef XPC_CONTEXT_H_
|
||
|
|
#define XPC_CONTEXT_H_
|
||
|
|
|
||
|
|
typedef struct xpc_context {
|
||
|
|
|
||
|
|
} xpc_context_t;
|
||
|
|
|
||
|
|
#endif
|