]> git.saurik.com Git - apple/security.git/blobdiff - OSX/sec/Security/SecuritydXPC.h
Security-57740.51.3.tar.gz
[apple/security.git] / OSX / sec / Security / SecuritydXPC.h
index bd0b63be744583edd88fd7363cb1c6b598e803e1..8dcf9d8d9f6dca9410c62ae0bb54e938a4149cc2 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <xpc/xpc.h>
 #include <CoreFoundation/CFError.h>
+#include <CoreFoundation/CoreFoundation.h>
 
 #ifndef _UTILITIES_SECURITYDXPC_H_
 #define _UTILITIES_SECURITYDXPC_H_
@@ -63,4 +64,6 @@ CFStringRef SecXPCDictionaryCopyString(xpc_object_t message, const char *key, CF
 
 bool SecXPCDictionaryCopyStringOptional(xpc_object_t message, const char *key, CFStringRef *pstring, CFErrorRef *error);
 
+CFSetRef SecXPCDictionaryCopySet(xpc_object_t message, const char *key, CFErrorRef *error);
+
 #endif