]>
Commit | Line | Data |
---|---|---|
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 |