]> git.saurik.com Git - apple/security.git/blame - OSX/sec/SOSCircle/SecureObjectSync/SOSAccountGhost.h
Security-57740.60.18.tar.gz
[apple/security.git] / OSX / sec / SOSCircle / SecureObjectSync / SOSAccountGhost.h
CommitLineData
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
14bool SOSAccountTrustedCircleHasNoGhostOfMe(SOSAccountRef account);
15bool SOSAccountGhostResultsInReset(SOSAccountRef account);
16SOSCircleRef SOSAccountCloneCircleWithoutMyGhosts(SOSAccountRef account, SOSCircleRef startCircle);
17
18#endif /* SOSAccountGhost_h */