]> git.saurik.com Git - apple/security.git/blobdiff - Security/sec/securityd/SecLogSettingsServer.h
Security-57031.1.35.tar.gz
[apple/security.git] / Security / sec / securityd / SecLogSettingsServer.h
diff --git a/Security/sec/securityd/SecLogSettingsServer.h b/Security/sec/securityd/SecLogSettingsServer.h
new file mode 100644 (file)
index 0000000..e314011
--- /dev/null
@@ -0,0 +1,19 @@
+//
+//  SecLogSettingsServer.h
+//  sec
+//
+//
+
+#ifndef _SECURITY_SECLOGSETTINGSSERVER_H_
+#define _SECURITY_SECLOGSETTINGSSERVER_H_
+
+#include <CoreFoundation/CoreFoundation.h>
+
+__BEGIN_DECLS
+
+CFPropertyListRef   SecCopyLogSettings_Server(CFErrorRef* error);
+bool                SecSetXPCLogSettings_Server(CFTypeRef type, CFErrorRef* error);
+
+__END_DECLS
+
+#endif