diff --git a/lib/ipc/heim-ipc.h b/lib/ipc/heim-ipc.h index 5b9fab80d..6fbf309f7 100644 --- a/lib/ipc/heim-ipc.h +++ b/lib/ipc/heim-ipc.h @@ -95,6 +95,10 @@ heim_ipc_async(heim_ipc, const heim_idata *, void *, void (*func)(void *, int, h /* server */ +#define HEIM_SIPC_TYPE_IPC 1 +#define HEIM_SIPC_TYPE_UINT32 2 +#define HEIM_SIPC_TYPE_HTTP 4 + typedef void (*heim_ipc_complete)(heim_sipc_call, int, heim_idata *);