5 // Created by Richard Murphy on 4/12/16.
9 #ifndef SOSAccountGhost_h
10 #define SOSAccountGhost_h
12 #include "SOSAccount.h"
14 bool SOSAccountTrustedCircleHasNoGhostOfMe(SOSAccount
* account
);
15 bool SOSAccountGhostResultsInReset(SOSAccount
* account
);
16 CF_RETURNS_RETAINED SOSCircleRef
SOSAccountCloneCircleWithoutMyGhosts(SOSAccount
* account
, SOSCircleRef startCircle
);
18 #endif /* SOSAccountGhost_h */