]>
git.saurik.com Git - apple/security.git/blob - keychain/SecureObjectSync/SOSPeerInfoRingState.h
2 // SOSPeerInfoRingState.h
5 // Created by Richard Murphy on 3/6/15.
9 #ifndef _sec_SOSPeerInfoRingState_
10 #define _sec_SOSPeerInfoRingState_
12 #include <AssertMacros.h>
13 #include <TargetConditionals.h>
16 #include <utilities/SecCFWrappers.h>
17 #include <utilities/SecCFRelease.h>
18 #include <utilities/SecCFError.h>
19 #include "keychain/SecureObjectSync/SOSInternal.h"
21 #include <Security/SecureObjectSync/SOSPeerInfo.h>
22 #include "keychain/SecureObjectSync/SOSPeerInfoV2.h"
23 #include "keychain/SecureObjectSync/SOSPeerInfoPriv.h"
24 #include "keychain/SecureObjectSync/SOSRingTypes.h"
26 SOSRingStatus
SOSPeerInfoGetRingState(SOSPeerInfoRef pi
, CFStringRef ringname
, CFErrorRef
*error
);
28 #endif /* defined(_sec_SOSPeerInfoRingState_) */