]>
Commit | Line | Data |
---|---|---|
d8f41ccd A |
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); | |
5c19dc3a | 16 | bool SecSetCircleLogSettings_Server(CFTypeRef type, CFErrorRef* error); |
d8f41ccd A |
17 | |
18 | __END_DECLS | |
19 | ||
20 | #endif |