]> git.saurik.com Git - apple/security.git/blame - keychain/SecureObjectSync/SOSControlServer.h
Security-59754.80.3.tar.gz
[apple/security.git] / keychain / SecureObjectSync / SOSControlServer.h
CommitLineData
ecaf5866
A
1#ifndef _SOSCONTROLSERVER_H_
2#define _SOSCONTROLSERVER_H_
3
4void SOSControlServerInitialize(void);
5
b54c578e
A
6#if __OBJC2__
7@interface SOSClient : NSObject <SOSControlProtocol>
8@end
9
10SOSClient *
11SOSControlServerInternalClient(void);
12
13#endif
14
15
ecaf5866 16#endif /* !_SOSCONTROLSERVER_H_ */