]> git.saurik.com Git - apple/security.git/blob - OSX/sec/SOSCircle/SecureObjectSync/SOSPeerInfoRingState.m
7835a0f1630ef4e98c4b3dded33a9f2bbf9dff1a
[apple/security.git] / OSX / sec / SOSCircle / SecureObjectSync / SOSPeerInfoRingState.m
1 //
2 // SOSPeerInfoRingState.c
3 // sec
4 //
5 // Created by Richard Murphy on 3/6/15.
6 //
7 //
8
9 #include "SOSPeerInfoRingState.h"
10
11 SOSRingStatus SOSPeerInfoGetRingState(SOSPeerInfoRef pi, CFStringRef ringname, CFErrorRef *error) {
12 return kSOSRingError;
13 }