/ keychain / SecureObjectSync / SOSPeerInfoRingState.m
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  }