]> git.saurik.com Git - apple/security.git/blobdiff - OSX/sec/SOSCircle/SecureObjectSync/SOSPeerInfoRingState.c
Security-57336.1.9.tar.gz
[apple/security.git] / OSX / sec / SOSCircle / SecureObjectSync / SOSPeerInfoRingState.c
diff --git a/OSX/sec/SOSCircle/SecureObjectSync/SOSPeerInfoRingState.c b/OSX/sec/SOSCircle/SecureObjectSync/SOSPeerInfoRingState.c
new file mode 100644 (file)
index 0000000..7835a0f
--- /dev/null
@@ -0,0 +1,13 @@
+//
+//  SOSPeerInfoRingState.c
+//  sec
+//
+//  Created by Richard Murphy on 3/6/15.
+//
+//
+
+#include "SOSPeerInfoRingState.h"
+
+SOSRingStatus SOSPeerInfoGetRingState(SOSPeerInfoRef pi, CFStringRef ringname, CFErrorRef *error) {
+    return kSOSRingError;
+}