]> git.saurik.com Git - apple/security.git/blobdiff - OSX/sec/SOSCircle/SecureObjectSync/SOSAccountGhost.h
Security-57740.51.3.tar.gz
[apple/security.git] / OSX / sec / SOSCircle / SecureObjectSync / SOSAccountGhost.h
diff --git a/OSX/sec/SOSCircle/SecureObjectSync/SOSAccountGhost.h b/OSX/sec/SOSCircle/SecureObjectSync/SOSAccountGhost.h
new file mode 100644 (file)
index 0000000..049c11a
--- /dev/null
@@ -0,0 +1,18 @@
+//
+//  SOSAccountGhost.h
+//  sec
+//
+//  Created by Richard Murphy on 4/12/16.
+//
+//
+
+#ifndef SOSAccountGhost_h
+#define SOSAccountGhost_h
+
+#include "SOSAccount.h"
+
+bool SOSAccountTrustedCircleHasNoGhostOfMe(SOSAccountRef account);
+bool SOSAccountGhostResultsInReset(SOSAccountRef account);
+SOSCircleRef SOSAccountCloneCircleWithoutMyGhosts(SOSAccountRef account, SOSCircleRef startCircle);
+
+#endif /* SOSAccountGhost_h */