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