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