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