Files

9 lines
102 B
C
Raw Permalink Normal View History

#ifndef XPC_CONTEXT_H_
#define XPC_CONTEXT_H_
typedef struct xpc_context {
} xpc_context_t;
#endif