]>
git.saurik.com Git - apple/security.git/blob - OSX/sec/SOSCircle/SecureObjectSync/SOSAccountGhost.h
5 // Created by Richard Murphy on 4/12/16.
9 #ifndef SOSAccountGhost_h
10 #define SOSAccountGhost_h
12 #include "SOSAccount.h"
14 bool SOSAccountTrustedCircleHasNoGhostOfMe(SOSAccountRef account
);
15 bool SOSAccountGhostResultsInReset(SOSAccountRef account
);
16 SOSCircleRef
SOSAccountCloneCircleWithoutMyGhosts(SOSAccountRef account
, SOSCircleRef startCircle
);
18 #endif /* SOSAccountGhost_h */