]> git.saurik.com Git - apple/security.git/blobdiff - sec/SOSCircle/SecureObjectSync/SOSCloudCircleInternal.h
Security-57031.1.35.tar.gz
[apple/security.git] / sec / SOSCircle / SecureObjectSync / SOSCloudCircleInternal.h
diff --git a/sec/SOSCircle/SecureObjectSync/SOSCloudCircleInternal.h b/sec/SOSCircle/SecureObjectSync/SOSCloudCircleInternal.h
deleted file mode 100644 (file)
index 0c32d3f..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-//
-//  SOSCloudCircleInternal.h
-//
-//  Created by Mitch Adler on 11/13/12.
-//
-//
-
-#ifndef _SECURITY_SOSCLOUDCIRCLEINTERNAL_H_
-#define _SECURITY_SOSCLOUDCIRCLEINTERNAL_H_
-
-#include <SecureObjectSync/SOSCloudCircle.h>
-#include <xpc/xpc.h>
-#include <Security/SecKey.h>
-
-CFArrayRef SOSCCCopyConcurringPeerPeerInfo(CFErrorRef* error);
-
-bool SOSCCPurgeUserCredentials(CFErrorRef* error);
-
-CFStringRef SOSCCGetStatusDescription(SOSCCStatus status);
-SecKeyRef SOSCCGetUserPrivKey(CFErrorRef *error);
-SecKeyRef SOSCCGetUserPubKey(CFErrorRef *error);
-
-/*!
- @function SOSCCProcessSyncWithAllPeers
- @abstract Returns the information (string, hopefully URL) that will lead to an explanation of why you have an incompatible circle.
- @param error What went wrong if we returned NULL.
- */
-
-SyncWithAllPeersReason SOSCCProcessSyncWithAllPeers(CFErrorRef* error);
-
-#endif