]> git.saurik.com Git - apple/security.git/blobdiff - OSX/sec/SOSCircle/SecureObjectSync/SOSPeerInfoV2.h
Security-58286.1.32.tar.gz
[apple/security.git] / OSX / sec / SOSCircle / SecureObjectSync / SOSPeerInfoV2.h
index ef9cd5b30ab75162b41e8e54bc5548e095e4df56..2a2b1de737d522d01820868fcfe3fdcb3dee8eec 100644 (file)
@@ -12,9 +12,7 @@
 #include <CoreFoundation/CFRuntime.h>
 #include <CoreFoundation/CoreFoundation.h>
 #include <Security/SecureObjectSync/SOSPeerInfo.h>
-#include <Security/SecureObjectSync/SOSPeerInfoPriv.h>
 #include <Security/SecureObjectSync/SOSViews.h>
-#include <Security/SecureObjectSync/SOSPeerInfoSecurityProperties.h>
 
 // Description Dictionary Entries Added for V2
 extern CFStringRef sV2DictionaryKey;            // CFData wrapper for V2 extensions
@@ -60,6 +58,5 @@ void SOSPeerInfoV2DictionaryWithSet(SOSPeerInfoRef pi, const void *key, void(^op
 bool SOSPeerInfoSerialNumberIsSet(SOSPeerInfoRef pi);
 void SOSPeerInfoSetSerialNumber(SOSPeerInfoRef pi);
 void SOSPeerInfoSetTestSerialNumber(SOSPeerInfoRef pi, CFStringRef serialNumber);
-CFStringRef SOSPeerInfoCopySerialNumber(SOSPeerInfoRef pi);
 
 #endif /* defined(_sec_SOSPeerInfoV2_) */