]> git.saurik.com Git - apple/security.git/blobdiff - keychain/SecureObjectSync/SOSControlServer.h
Security-59306.11.20.tar.gz
[apple/security.git] / keychain / SecureObjectSync / SOSControlServer.h
diff --git a/keychain/SecureObjectSync/SOSControlServer.h b/keychain/SecureObjectSync/SOSControlServer.h
new file mode 100644 (file)
index 0000000..4844318
--- /dev/null
@@ -0,0 +1,16 @@
+#ifndef _SOSCONTROLSERVER_H_
+#define _SOSCONTROLSERVER_H_
+
+void SOSControlServerInitialize(void);
+
+#if __OBJC2__
+@interface SOSClient : NSObject <SOSControlProtocol>
+@end
+
+SOSClient *
+SOSControlServerInternalClient(void);
+
+#endif
+
+
+#endif /* !_SOSCONTROLSERVER_H_ */