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