]> git.saurik.com Git - apple/security.git/blob - OSX/sec/SOSCircle/SecureObjectSync/SOSCircleV2.c
Security-57336.1.9.tar.gz
[apple/security.git] / OSX / sec / SOSCircle / 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 }