aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/darwin/xxpc.h (renamed from lib/xxpc.h)5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/xxpc.h b/lib/darwin/xxpc.h
index 1e2bb5b..88aab7a 100644
--- a/lib/xxpc.h
+++ b/lib/darwin/xxpc.h
@@ -16,7 +16,10 @@ DEFINE_CONST(XXPC_TYPE_ERROR, _xpc_type_error);
DEFINE_CONST(XXPC_TYPE_DICTIONARY, _xpc_type_dictionary);
DEFINE_CONST(XXPC_TYPE_ARRAY, _xpc_type_array);
DEFINE_CONST(XXPC_TYPE_STRING, _xpc_type_string);
-DEFINE_CONST(XXPC_ERROR_CONNECTION_INTERRUPTED, _xpc_error_connection_interrupted);
+DEFINE_CONST(XXPC_ERROR_CONNECTION_INTERRUPTED,
+ _xpc_error_connection_interrupted);
+DEFINE_CONST(XXPC_ERROR_CONNECTION_INVALID,
+ _xpc_error_connection_invalid);
#define XXPC_ARRAY_APPEND -1