]> git.saurik.com Git - apple/security.git/blob - OSX/sec/securityd/SecLogSettingsServer.h
Security-58286.200.222.tar.gz
[apple/security.git] / OSX / sec / securityd / SecLogSettingsServer.h
1 //
2 // SecLogSettingsServer.h
3 // sec
4 //
5 //
6
7 #ifndef _SECURITY_SECLOGSETTINGSSERVER_H_
8 #define _SECURITY_SECLOGSETTINGSSERVER_H_
9
10 #include <CoreFoundation/CoreFoundation.h>
11
12 __BEGIN_DECLS
13
14 CFPropertyListRef SecCopyLogSettings_Server(CFErrorRef* error);
15 bool SecSetXPCLogSettings_Server(CFTypeRef type, CFErrorRef* error);
16 bool SecSetCircleLogSettings_Server(CFTypeRef type, CFErrorRef* error);
17
18 __END_DECLS
19
20 #endif