]> git.saurik.com Git - apple/security.git/blob - keychain/SecureObjectSync/SOSCircleV2.c
Security-59306.11.20.tar.gz
[apple/security.git] / keychain / SecureObjectSync / SOSCircleV2.c
1 //
2 // SOSCircleV2.c
3 // sec
4 //
5 // Created by Richard Murphy on 2/12/15.
6 //
7 //
8
9 #include "SOSCircleV2.h"
10
11 SOSPeerInfoRef SOSCircleV2PeerInfoGet(SOSCircleV2Ref circle, CFStringRef peerid) {
12 return (SOSPeerInfoRef) CFSetGetValue(circle->peers, peerid);
13 }