]> git.saurik.com Git - apple/security.git/blobdiff - Security/sec/securityd/SecLogSettingsServer.h
Security-57336.1.9.tar.gz
[apple/security.git] / Security / sec / securityd / SecLogSettingsServer.h
diff --git a/Security/sec/securityd/SecLogSettingsServer.h b/Security/sec/securityd/SecLogSettingsServer.h
deleted file mode 100644 (file)
index e314011..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-//  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