]> git.saurik.com Git - apple/security.git/blob - OSX/sec/SOSCircle/SecureObjectSync/SOSAccountGhost.h
Security-58286.200.222.tar.gz
[apple/security.git] / OSX / sec / SOSCircle / SecureObjectSync / SOSAccountGhost.h
1 //
2 // SOSAccountGhost.h
3 // sec
4 //
5 // Created by Richard Murphy on 4/12/16.
6 //
7 //
8
9 #ifndef SOSAccountGhost_h
10 #define SOSAccountGhost_h
11
12 #include "SOSAccount.h"
13
14 bool SOSAccountTrustedCircleHasNoGhostOfMe(SOSAccount* account);
15 bool SOSAccountGhostResultsInReset(SOSAccount* account);
16 CF_RETURNS_RETAINED SOSCircleRef SOSAccountCloneCircleWithoutMyGhosts(SOSAccount* account, SOSCircleRef startCircle);
17
18 #endif /* SOSAccountGhost_h */