]>
Commit | Line | Data |
---|---|---|
6b200bc3 A |
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(SOSAccountRef account); | |
15 | bool SOSAccountGhostResultsInReset(SOSAccountRef account); | |
16 | SOSCircleRef SOSAccountCloneCircleWithoutMyGhosts(SOSAccountRef account, SOSCircleRef startCircle); | |
17 | ||
18 | #endif /* SOSAccountGhost_h */ |